mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
3c0c73c0f5aa63ae49a466c724722f938ca5eb87
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)
Contracts
Odoo Contracts are special types of Analytic Accounts. This repository provides features extending Contracts.
Dependencies on Project fetures should not be required. For Project related extensions please see the OCA/Project repository.
Translation Status
Available addons
| addon | version | summary |
|---|---|---|
| agreement_account | 10.0.1.0.0 | Adds an agreement object linked to an invoice |
| agreement_sale | 10.0.1.0.1 | Link an agreement to a sale order and copy to invoice |
| contract | 10.0.4.1.1 | Contracts Management - Recurring |
| contract_digitized_signature | 10.0.1.0.0 | Contract Digitized Signature |
| contract_payment_auto | 10.0.1.0.1 | Adds automatic payments to contracts. |
| contract_payment_mode | 10.0.1.0.1 | Payment mode in contracts and their invoices |
| contract_recurring_analytic_distribution | 10.0.1.0.0 | Analytic plans on contracts recurring invoices |
| contract_sale | 10.0.1.0.0 | Contract from Sale |
| contract_sale_generation | 10.0.3.0.0 | Contracts Management - Recurring Sales |
| contract_show_invoice | 10.0.1.0.1 | Button in contracts to show their invoices |
| contract_variable_quantity | 10.0.1.1.0 | Variable quantity in contract recurrent invoicing |
| product_contract | 10.0.1.0.0 | Product Contract |
| website_portal_contract | 10.0.1.0.0 | Extends website portal with contracts. |
Description
Languages
Python
60.4%
HTML
39%
JavaScript
0.4%
SCSS
0.2%