Thursday, February 5, 2015
4 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)
Enhancements to existing features
Bank statement lines now show a color indicator in list views when they have been reconciled, making it easier for users to review accounting work at a glance. The update also improves underlying list-view expression handling so these visual cues can rely on list, tuple, and dictionary values.
Original PR description
and use it to set a color on bank.statement.line in list views, to indicate if it was reconciled.
Products and contacts are now visible to all companies in an Odoo instance by default, even when the companies are not arranged in a hierarchy. This simplifies multi-company setup and prepares the system for easier use of inter-company rules.
Original PR description
Make the partner and the product visible for all the companies defined in the instance, even if there is no hierarchy. This aims to prepare, and to make the config easy for inter_company_rules module. test_api changes to make it works !