SlideShare ist ein Scribd-Unternehmen logo
1 von 52
Downloaden Sie, um offline zu lesen
odoo testing on steroids
Leonardo Pistone
Camptocamp
1 / 52
About me
Leonardo Pistone
Developer @ Camptocamp
OCA committer & delegate member
@lepistone
2 / 52
what I'd love
3 / 52
deftest_no_price_no_tax(self):
assertcompute_tax(0)==0
4 / 52
deftest_no_price_no_tax(self):
assertcompute_tax(0)==0
defcompute_tax(base,rate=0):
return0
5 / 52
deftest_no_price_no_tax(self):
assertcompute_tax(0)==0
defcompute_tax(base,rate=0):
return0
deftest_zero_rate(self):
assertcompute_tax(50,0)==50
6 / 52
defcompute_tax(base,rate=0):
returnbase
deftest_no_price_no_tax(self):
assertcompute_tax(0)==0
deftest_zero_rate(self):
assertcompute_tax(50,0)==50
7 / 52
defcompute_tax(base,rate=0):
returnbase
deftest_no_price_no_tax(self):
assertcompute_tax(0)==0
deftest_zero_rate(self):
assertcompute_tax(50,0)==50
deftest_positive_rate(self):
assertcompute_tax(100,0.05)==105
deftest_negative_rate(self):
assertcompute_tax(100,0.05)==95
8 / 52
defcompute_tax(base,rate=0):
returnbase*(1+rate)
deftest_no_price_no_tax(self):
assertcompute_tax(0)==0
deftest_zero_rate(self):
assertcompute_tax(50,0)==50
deftest_positive_rate(self):
assertcompute_tax(100,0.05)==105
deftest_negative_rate(self):
assertcompute_tax(100,0.05)==95
9 / 52
#python-munittestdiscover
....
---------------------
Ran4testsin0.002s
OK
10 / 52
#python-munittestdiscover
....
---------------------
Ran4testsin0.002s
OK
$python-munittestdiscover
F.F.
======================================================================
FAIL:test_positive_rate_increases_amount(test_tax.TestTax)
----------------------------------------------------------------------
Traceback(mostrecentcalllast):
File"tdd/test_tax.py",line13,intest_positive_rate_increases_amount
self.assertEqual(compute_tax(100,0.05),105)
AssertionError:100!=105
----------------------------------------------------------------------
Ran4testsin0.000s
FAILED(failures=2)
11 / 52
expressive
12 / 52
expressive
fast
13 / 52
expressive
fast
relevant output
14 / 52
expressive
fast
relevant output
maintainable
15 / 52
expressive
fast
relevant output
maintainable
¯_(ツ)_/¯
16 / 52
...really?
17 / 52
2015-03-1913:24:51,80623693INFOopenerp_testopenerp.addons.sale_exception_nostock.tests.test
2015-03-1913:24:51,81123693INFOopenerp_testopenerp.addons.sale_exception_nostock.tests.test
2015-03-1913:24:51,81223693INFOopenerp_testopenerp.addons.sale_exception_nostock.tests.test
2015-03-1913:24:51,81223693INFOopenerp_testopenerp.addons.sale_exception_nostock.tests.test
2015-03-1913:24:52,93323693INFOopenerp_testopenerp.modules.module:modulesale_owner_stock_
2015-03-1913:24:53,04823693INFOopenerp_testopenerp.modules.loading:loadingsale_owner_stoc
2015-03-1913:24:53,15523693INFOopenerp_testopenerp.modules.loading:loadingsale_owner_stoc
2015-03-1913:24:53,22723693INFOopenerp_testopenerp.modules.module:openerp.addons.sale_owne
2015-03-1913:24:53,22823693INFOopenerp_testopenerp.addons.sale_owner_stock_sourcing.tests.t
2015-03-1913:24:54,61823693INFOopenerp_testopenerp.addons.sale_owner_stock_sourcing.tests.t
2015-03-1913:24:55,71623693INFOopenerp_testopenerp.addons.sale_owner_stock_sourcing.tests.t
2015-03-1913:24:56,80923693INFOopenerp_testopenerp.addons.sale_owner_stock_sourcing.tests.t
2015-03-1913:24:58,53723693INFOopenerp_testopenerp.addons.sale_owner_stock_sourcing.tests.t
2015-03-1913:24:58,53723693INFOopenerp_testopenerp.addons.sale_owner_stock_sourcing.tests.t
2015-03-1913:24:58,53723693INFOopenerp_testopenerp.modules.module:openerp.addons.sale_owne
2015-03-1913:24:58,53823693INFOopenerp_testopenerp.modules.module:openerp.addons.sale_owne
2015-03-1913:24:58,53823693INFOopenerp_testopenerp.addons.sale_owner_stock_sourcing.tests.t
2015-03-1913:24:59,57223693INFOopenerp_testopenerp.addons.sale_owner_stock_sourcing.tests.t
2015-03-1913:24:59,99823693ERRORopenerp_testopenerp.addons.sale_owner_stock_sourcing.tests.
2015-03-1913:24:59,99923693INFOopenerp_testopenerp.addons.sale_owner_stock_sourcing.tests.t
2015-03-1913:24:59,99923693ERRORopenerp_testopenerp.addons.sale_owner_stock_sourcing.tests.
2015-03-1913:24:59,99923693ERRORopenerp_testopenerp.addons.sale_owner_stock_sourcing.tests.
2015-03-1913:24:59,99923693ERRORopenerp_testopenerp.addons.sale_owner_stock_sourcing.tests.
2015-03-1913:24:59,99923693ERRORopenerp_testopenerp.addons.sale_owner_stock_sourcing.tests.
2015-03-1913:24:59,99923693ERRORopenerp_testopenerp.addons.sale_owner_stock_sourcing.tests.
2015-03-1913:24:59,99923693INFOopenerp_testopenerp.addons.sale_owner_stock_sourcing.tests.t
2015-03-1913:25:00,00023693ERRORopenerp_testopenerp.addons.sale_owner_stock_sourcing.tests.
2015-03-1913:25:00,00023693INFOopenerp_testopenerp.addons.sale_owner_stock_sourcing.tests.t
2015-03-1913:25:00,00023693ERRORopenerp_testopenerp.modules.module:Modulesale_owner_stock
2015-03-1913:25:01,30523693INFOopenerp_testopenerp.modules.module:modulesale_partner_orde
2015-03-1913:25:01,45923693INFOopenerp_testopenerp.modules.loading:loadingsale_partner_or
2015-03-1913:25:01,61123693INFOopenerp_testopenerp.modules.loading:loadingsale_partner_or
2015-03-1913:25:01,75323693INFOopenerp_testopenerp.modules.loading:45modulesloadedin25
2015-03-1913:25:03,31423693ERRORopenerp_testopenerp.modules.loading:Atleastonetestfail
2015-03-1913:25:03,34723693INFOopenerp_testopenerp.modules.module:openerp.addons.base.test
2015-03-1913:25:03,34823693INFOopenerp_testopenerp.addons.base.tests.test_xmlrpc:test_01_x
18 / 52
(╯°□°)╯︵ ┻━┻)
19 / 52
(╯°□°)╯︵ ┻━┻)
20 / 52
Problems
21 / 52
Problems
output
22 / 52
Problems
output
slowness
23 / 52
Problems
output
slowness
dependencies
24 / 52
Problems
output
slowness
dependencies
brittleness
25 / 52
unittest
classTestItBlocks(TransactionCase):
deftest_it_can_block(self):
self.order.order_line.budget_tot_price=80.0
self.order.order_line.price_unit=100.0
self.order.action_button_confirm()
self.assertEqual('draft',self.order.state)
26 / 52
unittest
classTestItBlocks(TransactionCase):
deftest_it_can_block(self):
self.order.order_line.budget_tot_price=80.0
self.order.order_line.price_unit=100.0
self.order.action_button_confirm()
self.assertEqual('draft',self.order.state)
defsetUp(self):
super(TestItBlocks,self).setUp()
#boringstuff
27 / 52
YAML
-
Icreateaquotationwithadropshippingline.
-
!record{model:sale.order,id:so_4}:
partner_id:base.res_partner_3
order_line:
-product_id:product.product_product_7
product_uom_qty:8
route_id:route_drop_shipping
-
Iconfirmthesaleorder,runthescheduler,andcheckthattheaddressof
thesaleorderhasbeenpropagatedtotheautomaticallygeneratedpurchase
order.
-
!python{model:sale.order,id:so_4}:|
fromnose.toolsimport*
self.action_button_confirm()
self.env['procurement.order'].run_scheduler()
proc=self.order_line[0].procurement_ids
assert_equal(
proc.purchase_id.dest_address_id.id,
ref('base.res_partner_3'),
)
28 / 52
OERPScenario
Feature:Invoiceworkflow
Scenario:Validationofaninvoice
GivenIenteredasupplierinvoicefor1000EUR
WhenIvalidatetheinvoice
Thenthestateoftheinvoiceis"open"
29 / 52
OERPScenario
Feature:Invoiceworkflow
Scenario:Validationofaninvoice
GivenIenteredasupplierinvoicefor1000EUR
WhenIvalidatetheinvoice
Thenthestateoftheinvoiceis"open"
need to write steps to implement phrases
30 / 52
OERPScenario
Feature:Invoiceworkflow
Scenario:Validationofaninvoice
GivenIenteredasupplierinvoicefor1000EUR
WhenIvalidatetheinvoice
Thenthestateoftheinvoiceis"open"
need to write steps to implement phrases
can abstract from implementation
31 / 52
OERPScenario
Feature:Invoiceworkflow
Scenario:Validationofaninvoice
GivenIenteredasupplierinvoicefor1000EUR
WhenIvalidatetheinvoice
Thenthestateoftheinvoiceis"open"
need to write steps to implement phrases
can abstract from implementation
same test could be used for backend + browser
32 / 52
OERPScenario
Feature:Invoiceworkflow
Scenario:Validationofaninvoice
GivenIenteredasupplierinvoicefor1000EUR
WhenIvalidatetheinvoice
Thenthestateoftheinvoiceis"open"
need to write steps to implement phrases
can abstract from implementation
same test could be used for backend + browser
readable by non-developers
33 / 52
new()
classTestUnitCheck(TransactionCase):
deftest_over_budget(self):
order=self.env['sale.order'].new({
'total_budget':80.0,
'amount_total':100.0,
})
self.assertTrue(order.over_budget())
34 / 52
new()
classTestUnitCheck(TransactionCase):
deftest_over_budget(self):
order=self.env['sale.order'].new({
'total_budget':80.0,
'amount_total':100.0,
})
self.assertTrue(order.over_budget())
required fields are not enforced
35 / 52
new()
classTestUnitCheck(TransactionCase):
deftest_over_budget(self):
order=self.env['sale.order'].new({
'total_budget':80.0,
'amount_total':100.0,
})
self.assertTrue(order.over_budget())
required fields are not enforced
not stored to the database
36 / 52
new()
classTestUnitCheck(TransactionCase):
deftest_over_budget(self):
order=self.env['sale.order'].new({
'total_budget':80.0,
'amount_total':100.0,
})
self.assertTrue(order.over_budget())
required fields are not enforced
not stored to the database
otherwise pretty real
37 / 52
mock
product=Mock(
spec_set=self.env['product.product'],
qty_available=20,
)
38 / 52
mock
product=Mock(
spec_set=self.env['product.product'],
qty_available=20,
)
fake objects
39 / 52
mock
product=Mock(
spec_set=self.env['product.product'],
qty_available=20,
)
fake objects
canned responses
40 / 52
anybox.buildout.odoo / nosetests
41 / 52
anybox.buildout.odoo / nosetests
$bin/nosetests_odoo-dd---wmodule_dir
INFO?anybox.recipe.openerp.runtime.session:Openingdatabase'd'
.........
------------------------------------------------------------------
Ran9testsin21.794s
OK
42 / 52
anybox.buildout.odoo / nosetests
$bin/nosetests_odoo-dd---wmodule_dir
INFO?anybox.recipe.openerp.runtime.session:Openingdatabase'd'
.........
------------------------------------------------------------------
Ran9testsin21.794s
OK
no update
43 / 52
anybox.buildout.odoo / nosetests
$bin/nosetests_odoo-dd---wmodule_dir
INFO?anybox.recipe.openerp.runtime.session:Openingdatabase'd'
.........
------------------------------------------------------------------
Ran9testsin21.794s
OK
no update
no irrelevant logging
44 / 52
anybox.buildout.odoo / nosetests
$bin/nosetests_odoo-dd---wmodule_dir
INFO?anybox.recipe.openerp.runtime.session:Openingdatabase'd'
.........
------------------------------------------------------------------
Ran9testsin21.794s
OK
no update
no irrelevant logging
rerun only failing tests
45 / 52
anybox.buildout.odoo / nosetests
$bin/nosetests_odoo-dd---wmodule_dir
INFO?anybox.recipe.openerp.runtime.session:Openingdatabase'd'
.........
------------------------------------------------------------------
Ran9testsin21.794s
OK
no update
no irrelevant logging
rerun only failing tests
keep your old tests
46 / 52
split decisions and dependencies
47 / 52
split decisions and dependencies
classInvoice:
defcompute(amount,rate): #putdecisionshere
returnamount*(rate+1)
48 / 52
split decisions and dependencies
classInvoice:
defcompute(amount,rate): #putdecisionshere
returnamount*(rate+1)
defupdate_tax(self): #putdependencieshere
tax=Tax.search(self.partner.tax_conditions)
self.amount_with_tax=self.compute(
self.amount_untaxed,
tax.rate,
)
49 / 52
split decisions and dependencies
classInvoice:
defcompute(amount,rate): #putdecisionshere
returnamount*(rate+1)
defupdate_tax(self): #putdependencieshere
tax=Tax.search(self.partner.tax_conditions)
self.amount_with_tax=self.compute(
self.amount_untaxed,
tax.rate,
)
functional core, imperative shell (Gary Bernhardt)
50 / 52
thanks!
51 / 52
thanks!
OCA sponsors
52 / 52

Weitere ähnliche Inhalte

Andere mochten auch

Présentation GeoMapFish
Présentation GeoMapFishPrésentation GeoMapFish
Présentation GeoMapFishCamptocamp
 
OpenLayers 3.0
OpenLayers 3.0OpenLayers 3.0
OpenLayers 3.0Camptocamp
 
MapFish Print 3
MapFish Print 3MapFish Print 3
MapFish Print 3Camptocamp
 
Odoo verticalization for NGO
Odoo verticalization for NGOOdoo verticalization for NGO
Odoo verticalization for NGOCamptocamp
 
MapFish Print 3 : Printing maps like a boss
MapFish Print 3 : Printing maps like a bossMapFish Print 3 : Printing maps like a boss
MapFish Print 3 : Printing maps like a bossCamptocamp
 
A jobs queue for processing tasks asynchronously
A jobs queue for processing tasks asynchronouslyA jobs queue for processing tasks asynchronously
A jobs queue for processing tasks asynchronouslyCamptocamp
 
Odoo Connector (formerly OpenERP Connector)
Odoo Connector (formerly OpenERP Connector)Odoo Connector (formerly OpenERP Connector)
Odoo Connector (formerly OpenERP Connector)Camptocamp
 
Contributing to the Odoo Community Association (OCA)
Contributing to the Odoo Community Association (OCA)Contributing to the Odoo Community Association (OCA)
Contributing to the Odoo Community Association (OCA)Camptocamp
 
OpenERP7, 2014 community days : banking framework talk
OpenERP7, 2014 community days : banking framework talkOpenERP7, 2014 community days : banking framework talk
OpenERP7, 2014 community days : banking framework talkCamptocamp
 
Cesium : Virtueller 3D Globus im Web
Cesium : Virtueller 3D Globus im WebCesium : Virtueller 3D Globus im Web
Cesium : Virtueller 3D Globus im WebCamptocamp
 
OpenLayers 3 & Google Closure Compiler
OpenLayers 3 & Google Closure CompilerOpenLayers 3 & Google Closure Compiler
OpenLayers 3 & Google Closure CompilerCamptocamp
 
Mapfish print-v3
Mapfish print-v3Mapfish print-v3
Mapfish print-v3Camptocamp
 
GeoMapFish, the Open Source WebGIS
GeoMapFish, the Open Source WebGISGeoMapFish, the Open Source WebGIS
GeoMapFish, the Open Source WebGISCamptocamp
 
QGIS et WebSIG(s), la convergence ?
QGIS et WebSIG(s), la convergence ?QGIS et WebSIG(s), la convergence ?
QGIS et WebSIG(s), la convergence ?Camptocamp
 
Pourquoi intégrer Odoo, l'ERP de dernière génération full web, au sein de son...
Pourquoi intégrer Odoo, l'ERP de dernière génération full web, au sein de son...Pourquoi intégrer Odoo, l'ERP de dernière génération full web, au sein de son...
Pourquoi intégrer Odoo, l'ERP de dernière génération full web, au sein de son...Camptocamp
 
georchestra SDI: Project Status Report
georchestra SDI: Project Status Reportgeorchestra SDI: Project Status Report
georchestra SDI: Project Status ReportCamptocamp
 
E-commerce: the new Magento - OpenERP Connector: a generic connector to any a...
E-commerce: the new Magento - OpenERP Connector: a generic connector to any a...E-commerce: the new Magento - OpenERP Connector: a generic connector to any a...
E-commerce: the new Magento - OpenERP Connector: a generic connector to any a...Odoo
 
FOSSGIS 2014: geOrchestra
FOSSGIS 2014: geOrchestraFOSSGIS 2014: geOrchestra
FOSSGIS 2014: geOrchestraCamptocamp
 

Andere mochten auch (20)

Présentation GeoMapFish
Présentation GeoMapFishPrésentation GeoMapFish
Présentation GeoMapFish
 
OpenLayers 3.0
OpenLayers 3.0OpenLayers 3.0
OpenLayers 3.0
 
MapFish Print 3
MapFish Print 3MapFish Print 3
MapFish Print 3
 
Odoo verticalization for NGO
Odoo verticalization for NGOOdoo verticalization for NGO
Odoo verticalization for NGO
 
MapFish Print 3 : Printing maps like a boss
MapFish Print 3 : Printing maps like a bossMapFish Print 3 : Printing maps like a boss
MapFish Print 3 : Printing maps like a boss
 
A jobs queue for processing tasks asynchronously
A jobs queue for processing tasks asynchronouslyA jobs queue for processing tasks asynchronously
A jobs queue for processing tasks asynchronously
 
Odoo Connector (formerly OpenERP Connector)
Odoo Connector (formerly OpenERP Connector)Odoo Connector (formerly OpenERP Connector)
Odoo Connector (formerly OpenERP Connector)
 
Contributing to the Odoo Community Association (OCA)
Contributing to the Odoo Community Association (OCA)Contributing to the Odoo Community Association (OCA)
Contributing to the Odoo Community Association (OCA)
 
OpenLayers 3
OpenLayers 3OpenLayers 3
OpenLayers 3
 
OpenERP7, 2014 community days : banking framework talk
OpenERP7, 2014 community days : banking framework talkOpenERP7, 2014 community days : banking framework talk
OpenERP7, 2014 community days : banking framework talk
 
Cesium : Virtueller 3D Globus im Web
Cesium : Virtueller 3D Globus im WebCesium : Virtueller 3D Globus im Web
Cesium : Virtueller 3D Globus im Web
 
OpenLayers 3 & Google Closure Compiler
OpenLayers 3 & Google Closure CompilerOpenLayers 3 & Google Closure Compiler
OpenLayers 3 & Google Closure Compiler
 
Mapfish print-v3
Mapfish print-v3Mapfish print-v3
Mapfish print-v3
 
GeoMapFish, the Open Source WebGIS
GeoMapFish, the Open Source WebGISGeoMapFish, the Open Source WebGIS
GeoMapFish, the Open Source WebGIS
 
QGIS et WebSIG(s), la convergence ?
QGIS et WebSIG(s), la convergence ?QGIS et WebSIG(s), la convergence ?
QGIS et WebSIG(s), la convergence ?
 
OpenLayers 3
OpenLayers 3OpenLayers 3
OpenLayers 3
 
Pourquoi intégrer Odoo, l'ERP de dernière génération full web, au sein de son...
Pourquoi intégrer Odoo, l'ERP de dernière génération full web, au sein de son...Pourquoi intégrer Odoo, l'ERP de dernière génération full web, au sein de son...
Pourquoi intégrer Odoo, l'ERP de dernière génération full web, au sein de son...
 
georchestra SDI: Project Status Report
georchestra SDI: Project Status Reportgeorchestra SDI: Project Status Report
georchestra SDI: Project Status Report
 
E-commerce: the new Magento - OpenERP Connector: a generic connector to any a...
E-commerce: the new Magento - OpenERP Connector: a generic connector to any a...E-commerce: the new Magento - OpenERP Connector: a generic connector to any a...
E-commerce: the new Magento - OpenERP Connector: a generic connector to any a...
 
FOSSGIS 2014: geOrchestra
FOSSGIS 2014: geOrchestraFOSSGIS 2014: geOrchestra
FOSSGIS 2014: geOrchestra
 

Mehr von Camptocamp

ERP et customisation : comment éviter l’usine à gaz ?
ERP et customisation : comment éviter l’usine à gaz ?ERP et customisation : comment éviter l’usine à gaz ?
ERP et customisation : comment éviter l’usine à gaz ?Camptocamp
 
10 points-clés incontournables pour réussir votre projet ERP
10 points-clés incontournables pour réussir votre projet ERP10 points-clés incontournables pour réussir votre projet ERP
10 points-clés incontournables pour réussir votre projet ERPCamptocamp
 
Topsoft 2017: Praxisbericht: Welche Fehler bei der Implementierung eines ERP-...
Topsoft 2017: Praxisbericht: Welche Fehler bei der Implementierung eines ERP-...Topsoft 2017: Praxisbericht: Welche Fehler bei der Implementierung eines ERP-...
Topsoft 2017: Praxisbericht: Welche Fehler bei der Implementierung eines ERP-...Camptocamp
 
Geo mapfish 2_foss4g-eu_2017
Geo mapfish 2_foss4g-eu_2017Geo mapfish 2_foss4g-eu_2017
Geo mapfish 2_foss4g-eu_2017Camptocamp
 
Ge orchestra open_source_inspire_sdi-project_status_foss4g-eu_2017
Ge orchestra open_source_inspire_sdi-project_status_foss4g-eu_2017Ge orchestra open_source_inspire_sdi-project_status_foss4g-eu_2017
Ge orchestra open_source_inspire_sdi-project_status_foss4g-eu_2017Camptocamp
 
Data processing qgis3_foss4g-eu_2017
Data processing qgis3_foss4g-eu_2017Data processing qgis3_foss4g-eu_2017
Data processing qgis3_foss4g-eu_2017Camptocamp
 
AGIT 2017: GeoMapFish_2.2, the open source WebGIS
AGIT 2017: GeoMapFish_2.2, the open source WebGISAGIT 2017: GeoMapFish_2.2, the open source WebGIS
AGIT 2017: GeoMapFish_2.2, the open source WebGISCamptocamp
 
AGIT 2017: Cesium 1.35, WebGL Virtual Globe and Map Engine
AGIT 2017: Cesium 1.35, WebGL Virtual Globe and Map EngineAGIT 2017: Cesium 1.35, WebGL Virtual Globe and Map Engine
AGIT 2017: Cesium 1.35, WebGL Virtual Globe and Map EngineCamptocamp
 
AGIT 2017: geOrchestra 16.12, the open source INSPIRE SDI
AGIT 2017: geOrchestra 16.12, the open source INSPIRE SDIAGIT 2017: geOrchestra 16.12, the open source INSPIRE SDI
AGIT 2017: geOrchestra 16.12, the open source INSPIRE SDICamptocamp
 
[Geocom2017] geOrchestra and ngeo
[Geocom2017] geOrchestra and ngeo[Geocom2017] geOrchestra and ngeo
[Geocom2017] geOrchestra and ngeoCamptocamp
 
[Geocom2017] Georchestra & monitoring
[Geocom2017] Georchestra & monitoring[Geocom2017] Georchestra & monitoring
[Geocom2017] Georchestra & monitoringCamptocamp
 
GeoMapFish, the Open Source WebGIS
GeoMapFish, the Open Source WebGISGeoMapFish, the Open Source WebGIS
GeoMapFish, the Open Source WebGISCamptocamp
 
NGEO – OpenLayers meets Angular
NGEO – OpenLayers meets AngularNGEO – OpenLayers meets Angular
NGEO – OpenLayers meets AngularCamptocamp
 

Mehr von Camptocamp (13)

ERP et customisation : comment éviter l’usine à gaz ?
ERP et customisation : comment éviter l’usine à gaz ?ERP et customisation : comment éviter l’usine à gaz ?
ERP et customisation : comment éviter l’usine à gaz ?
 
10 points-clés incontournables pour réussir votre projet ERP
10 points-clés incontournables pour réussir votre projet ERP10 points-clés incontournables pour réussir votre projet ERP
10 points-clés incontournables pour réussir votre projet ERP
 
Topsoft 2017: Praxisbericht: Welche Fehler bei der Implementierung eines ERP-...
Topsoft 2017: Praxisbericht: Welche Fehler bei der Implementierung eines ERP-...Topsoft 2017: Praxisbericht: Welche Fehler bei der Implementierung eines ERP-...
Topsoft 2017: Praxisbericht: Welche Fehler bei der Implementierung eines ERP-...
 
Geo mapfish 2_foss4g-eu_2017
Geo mapfish 2_foss4g-eu_2017Geo mapfish 2_foss4g-eu_2017
Geo mapfish 2_foss4g-eu_2017
 
Ge orchestra open_source_inspire_sdi-project_status_foss4g-eu_2017
Ge orchestra open_source_inspire_sdi-project_status_foss4g-eu_2017Ge orchestra open_source_inspire_sdi-project_status_foss4g-eu_2017
Ge orchestra open_source_inspire_sdi-project_status_foss4g-eu_2017
 
Data processing qgis3_foss4g-eu_2017
Data processing qgis3_foss4g-eu_2017Data processing qgis3_foss4g-eu_2017
Data processing qgis3_foss4g-eu_2017
 
AGIT 2017: GeoMapFish_2.2, the open source WebGIS
AGIT 2017: GeoMapFish_2.2, the open source WebGISAGIT 2017: GeoMapFish_2.2, the open source WebGIS
AGIT 2017: GeoMapFish_2.2, the open source WebGIS
 
AGIT 2017: Cesium 1.35, WebGL Virtual Globe and Map Engine
AGIT 2017: Cesium 1.35, WebGL Virtual Globe and Map EngineAGIT 2017: Cesium 1.35, WebGL Virtual Globe and Map Engine
AGIT 2017: Cesium 1.35, WebGL Virtual Globe and Map Engine
 
AGIT 2017: geOrchestra 16.12, the open source INSPIRE SDI
AGIT 2017: geOrchestra 16.12, the open source INSPIRE SDIAGIT 2017: geOrchestra 16.12, the open source INSPIRE SDI
AGIT 2017: geOrchestra 16.12, the open source INSPIRE SDI
 
[Geocom2017] geOrchestra and ngeo
[Geocom2017] geOrchestra and ngeo[Geocom2017] geOrchestra and ngeo
[Geocom2017] geOrchestra and ngeo
 
[Geocom2017] Georchestra & monitoring
[Geocom2017] Georchestra & monitoring[Geocom2017] Georchestra & monitoring
[Geocom2017] Georchestra & monitoring
 
GeoMapFish, the Open Source WebGIS
GeoMapFish, the Open Source WebGISGeoMapFish, the Open Source WebGIS
GeoMapFish, the Open Source WebGIS
 
NGEO – OpenLayers meets Angular
NGEO – OpenLayers meets AngularNGEO – OpenLayers meets Angular
NGEO – OpenLayers meets Angular
 

Kürzlich hochgeladen

Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 

Kürzlich hochgeladen (20)

Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 

Odoo testing on steroids