mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
bd9bccdaa9d3ead5a247ea59a93b57202f7fa4fc
Bug description --------------- `account.analytic.contract.line` inherits `account.analytic.invoice.line` `account.analytic.invoice.line` defines field `analytic_account_id`: - comodel='account.analytic.account' `account.analytic.contract.line` redefines field `analytic_account_id`: - comodel='account.analytic.contract' On attempt to extend `account.analytic.invoice.line` model adding field that depends on `analytic_account_id.date_start` Odoo fails to update, because it adds this field to `account.analytic.contract.line` through inheritance, and `account.analytic.contract` model have no this field. What is done ------------ Change inheritance order: - `account.analytic.invoice.line` inherits `account.analytic.contract.line` - no file renames at this stage (this wil be done in next commit)
contract
TODO: add repo description.
Available addons
| addon | version | maintainers | summary |
|---|---|---|---|
| contract | 17.0.1.0.1 | Recurring - Contracts Management | |
| contract_sale | 17.0.1.0.0 | Contract from Sale | |
| product_contract | 17.0.1.0.0 | ![]() |
Recurring - Product Contract |
| subscription_oca | 17.0.1.0.0 | Generate recurring invoices. |
Licenses
This repository is licensed under AGPL-3.0.
However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA)
policy. Consult each module's __manifest__.py file, which contains a license key
that explains its license.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
Description
Languages
Python
60.4%
HTML
39%
JavaScript
0.4%
SCSS
0.2%

