Thursday, February 5, 2015
2 changes · master
New functionality added to Odoo
Adds rules that can automatically create related sales orders, purchase orders, and invoices between companies in the same Odoo database. It also adds configuration options to control shared partner and product visibility across companies, making multi-company operations easier to manage.
Original PR description
...se and invoice (Example : automatically create PO or SO for supplier company of the same database. For a better configuration, add res.config options (in base_setup, product) to enable the multi company rules for res.partner and product.template. This will make these model visible for all companies defined in the database. These 2 rules are now inactive by default.
Adds a new inter-company rules feature that can automatically create matching sales orders, purchase orders, or invoices between companies in the same Odoo database. This helps businesses reduce manual re-entry and keep related company transactions aligned.
Original PR description
...se and invoice (Example : automatically create PO or SO for supplier company of the same database)