Monday, January 7, 2019
3 changes · master
Enhancements to existing features
Users can now manage Odoo's paid service settings from clearer dedicated sections, including turning services on or off and recharging credits directly from the database. This makes services like SMS, postal mail, contact enrichment, and invoicing-related mail easier to find and administer.
Original PR description
Allow users to: - access the IAP services settings in a dedicated section - enable/disable them at will - recharge credits from database Task #1909302 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Odoo can now accept configuration folders, making it easier to separate shared default settings from operator-specific overrides. This helps teams manage configuration items with different lifecycles without adding extra workaround layers.
Original PR description
rcfolders are a flexible way to decouple config items according to their invidual lifecycle. That means that mix and match config straegies using magic [DEFAULT] become possible. This avoides…
rcfolders are a flexible way to decouple config items according to their invidual lifecycle. That means that mix and match config straegies using magic [DEFAULT] become possible. This avoides wrapping the ini-config API in cases where two sets of conig items origin from two different sources. Eg.: ConfigMaps **Description of the issue/feature this PR addresses:** - monolithic config files do not cater to the different life cycles of config items **Current behavior before PR:** - not possible to apply mix-and-match config strategies without effectively wrapping the config API into another abstraction layer (eg. ENV variables). **Desired behavior after PR is merged:** - Provide a default config file (managed by the team) - Easily override with a custom config file, managed by the individual operator **Note:** Please do not close, even if not immediately accepted (wishlist tag). This PR is meant to be carried along and actively maintained, until this semantic will be completed this way or another. Replaces: https://github.com/odoo/odoo/pull/22573 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr @xoe-labs
Invoice OCR settings have been reorganized so they appear in the appropriate accounting settings area and are available to invoicing users. The update also clarifies labels and highlights company-specific options, making configuration clearer for multi-company businesses.
Original PR description
Since https://github.com/odoo/enterprise/commit/e1a3ecef7606159c3ae4ed6bc93034bcecb14085, account_invoice_extract depends on account_accountant and not account. So this commit move the settings of account_invoice_extract from account to account_accountant, add the multi-company icon to company-dependant setting and rename some labels