Yannick Payot
Yannick Payot
Restore import to openerp and py2.7 compat
Adds coding headers for python 2.7 Waiting on - [x] #299 - [ ] #316
Adding coding headers for python 2.7 Requires: - [ ] #293 - [x] #299
Backport of #307
I spotted 2 use cases that can case cause trouble right now. Both can be resolved by dropping the cache, but can leave to false positive or false negative travis...
### Allow to set restore a cached DB and create a new one If both LOAD_DB_CACHE (with a ceil version) and CREATE_DB_CACHE were set, in case the directory containing cached...
Gives most variables a default value making them changable with `var=${var:=default}` Extract db restore and dump in a separate db.sh file. Change (default) value for cachedb directory to make it...
This is a test to check if dependencies still uses 2to3
About https://github.com/shopinvader/odoo-shopinvader/blob/16.0/shopinvader_address/models/res_partner.py#L62-L67 Why should it be unique? Why is it different from delivery address? This ignores any additional billing address or if the the billing address is different from the...
Mimic product_account_multicompany_default. Useful to configure by default your partners that are cross company. I kept @yajo in the copyright as it is based on his design.