Commit Graph

1390 Commits

Author SHA1 Message Date
Daniel Reis
8562492402 Translated using Weblate (Portuguese (Portugal))
Currently translated at 10.0% (10 of 100 strings)

Translation: contract-11.0/contract-11.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-11-0/contract-11-0-contract/pt_PT/
2021-04-01 13:53:02 +02:00
Enric Tobella
24d6c8ac53 Translated using Weblate (Spanish)
Currently translated at 98.0% (98 of 100 strings)

Translation: contract-11.0/contract-11.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-11-0/contract-11-0-contract/es/
2021-04-01 13:53:02 +02:00
OCA Git Bot
59ae6a7d75 [UPD] README.rst 2021-04-01 13:53:02 +02:00
Axel-G
72d5fd2ec1 Translated using Weblate (German)
Currently translated at 75.0% (75 of 100 strings)

Translation: contract-11.0/contract-11.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-11-0/contract-11-0-contract/de/
2021-04-01 13:53:02 +02:00
oca-travis
0a5153ea77 [UPD] Update contract.pot 2021-04-01 13:53:02 +02:00
mreficent
1e32b84b22 [IMP] Make sure it works for sale and purchase contracts 2021-04-01 13:53:02 +02:00
Stefan Becker
73410fe97a [IMP] Add type to analytic account / contract 2021-04-01 13:53:02 +02:00
Axel-G
29e2cdfd85 Translated using Weblate (German)
Currently translated at 53.0% (53 of 100 strings)

Translation: contract-11.0/contract-11.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-11-0/contract-11-0-contract/de/
2021-04-01 13:53:02 +02:00
Roel Adriaans
bc191211cf Translated using Weblate (Dutch)
Currently translated at 96.0% (96 of 100 strings)

Translation: contract-11.0/contract-11.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-11-0/contract-11-0-contract/nl/
2021-04-01 13:53:02 +02:00
Roel Adriaans
40430d41db [IMP] Fix README.rst
Runbot URL in old README.rst pointed to 10.0 runbot,
fixed by upgrading template
2021-04-01 13:53:02 +02:00
oca-travis
50b7d2421a [UPD] Update contract.pot 2021-04-01 13:53:02 +02:00
Dmytro Katyukha
5f9f9f0036 Rename account_analytic_*_line files
In previous commit changed inheritance order of
'account.analytic.*.line' models, thus classes and models were renamed.

This commit only renames files to temporary names.

This commit does not change file contents.
2021-04-01 13:53:02 +02:00
Dmytro Katyukha
7fbeffb19e [FIX] analytic invoice/contract lines inheritance
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)
2021-04-01 13:53:02 +02:00
Jon Erik Ceberio
0e599da24d [IMP] contract: possible error in migration if the column does not exist 2021-04-01 13:53:02 +02:00
oca-travis
2dcc003aef [UPD] Update contract.pot 2021-04-01 13:53:02 +02:00
Carlos Dauden
83a4072ffc [FIX] contract: Custom values overwrited by xml, missed noupdate 2021-04-01 13:53:02 +02:00
OCA Transbot
1d2206e0a4 OCA Transbot updated translations from Transifex 2021-04-01 13:53:02 +02:00
Pedro M. Baeza
b9fd7d535e [IMP] contract_variable_quantity: Recompute price when changing qty
If you have contract lines with automatic price and your pricelist
contains different prices per quantity, the price is not changed
when computing quantity.

This PR fixes this.
2021-04-01 13:53:02 +02:00
OCA Transbot
d6d4cd851a OCA Transbot updated translations from Transifex 2021-04-01 13:53:02 +02:00
Carlos Dauden
4a1bd0fc0c [IMP] contract: Add extend existing invoice possibility 2021-04-01 13:53:02 +02:00
Levent Karakaş
77c56c889f [FIX] contract: Let billing users have access rights for contracts (#159) 2021-04-01 13:53:02 +02:00
Pedro M. Baeza
1aef20ba82 [IMP] contract: Automatic prices for lines 2021-04-01 13:53:02 +02:00
OCA Transbot
f69a6adc29 OCA Transbot updated translations from Transifex 2021-04-01 13:53:02 +02:00
Carlos Dauden
9112d35972 [IMP+FIX] contract: Several things:
* [IMP] Add computed dates from/to period invoiced (#140)
* [IMP] Improve partner contract smartbutton
* [FIX] Onchange contract template raise error
* [FIX] Invalid pricelist name
2021-04-01 13:53:02 +02:00
OCA Transbot
ca3864a061 OCA Transbot updated translations from Transifex 2021-04-01 13:53:02 +02:00
Pedro M. Baeza
6659d4b4b3 [FIX] contract: Correct references in the contract report 2021-04-01 13:53:02 +02:00
Pedro M. Baeza
f2cd1616f1 [FIX+IMP] contract: Real fix to company_id missing + improvements
* company_id was empty because an onchange, not inheritance nor visibility
* Added multi-company group to company_id fields
* Added multi-company access rule to contract templates
* Fix double %% in XML dates that was causing an error
* When creating a contract, recurring_invoices is set by default
2021-04-01 13:53:02 +02:00
Gustavo Orozco H
e5e211b981 [10.0][FIX] Correct domain attribute in field journal_id (#120)
* Correct domain attribute in field journal_id

Original domain includes unknown value company_id. Throws error when selecting the journal.

* Corregidos errores detectados por Lint

* Refactoring, DRY

* [FIX] Add missing field company_id to account_analytic_contract

* Small refactoring for company_id field
2021-04-01 13:53:02 +02:00
OCA Transbot
78cd1803cd OCA Transbot updated translations from Transifex 2021-04-01 13:53:02 +02:00
Pedro M. Baeza
06031fcdef [10.0][FIX+IMP] contract: Improve usability and don't fail on wrong data (#130)
* [FIX+IMP] contract: Improve usability and don't fail on wrong data

* Cron create invoices masked for avoiding silent errors
* New constraints for assuring data consistency
* UI helps for entering consistent data
* Spanish translation
* Remove double company_id field on form
2021-04-01 13:53:02 +02:00
OCA Transbot
9a1085ed93 OCA Transbot updated translations from Transifex 2021-04-01 13:53:02 +02:00
Pedro M. Baeza
65ad5bd6eb [IMP] contract: Menu position 2021-04-01 13:53:02 +02:00
Fekete Mihai
c7a7378a33 [MIG] contract: Migration to version 11.0 2021-04-01 13:53:02 +02:00
Pedro Castro Silva
c868de7779 [IMP] contract: Add display sequence on contract lines (#119) 2021-04-01 13:53:02 +02:00
Carlos Dauden
422afcbda2 [IMP] contract: Module contract improvements (#107) 2021-04-01 13:53:02 +02:00
Pedro M. Baeza
3538b6a552 [FIX] contract: fix views assignment + improvement on tests + copyright in headers
**Be totally deterministic about which views to use**

Having a primary view that is not explicitly declared to be uses and w/o priority
makes Odoo to choose between one of them randomly (well, not exactly, but kind of),
so we put here which views to use.

I have also put tree view as primary and put a large priority for not being
selected on other actions that don't have this explicit views.

A friendly name in views is also assigned.

**Improvements in tests**

* Use SavepointCase for making the setup only once for all tests
* Make them inheritable, creating a base class with only the setup,
  so that it can be inherited without the need of executing all tests
  contained here each time you inherit it, and adding other class
  in the same module that inherits from the base class that actually
  performs the tests.
* Removed duplicated test method
2021-04-01 13:53:02 +02:00
Dave Lasley
56eef9246c [FIX] contract: Template lines handling (#92)
Update contract template lines handling to fix #80, and fix #59 #100
2021-04-01 13:53:02 +02:00
OCA Transbot
4172ee84d3 OCA Transbot updated translations from Transifex 2021-04-01 13:53:02 +02:00
cubells
24de150c83 [IMP][10.0] contract: Add report + send by mail (#86)
* [IMP][9.0] contract: Add report + send by mail

* Update translation and rename contract report

* Changes requested and translation updated
2021-04-01 13:53:02 +02:00
Dave Lasley
a12da78a9e [FIX] contract: Operator issue in price get
* Add a default date in the instance that an analytic account doesn’t exist (templates) - fixes #68
2021-04-01 13:53:02 +02:00
OCA Transbot
9a35177f6f OCA Transbot updated translations from Transifex 2021-04-01 13:53:02 +02:00
Andrea
4f92db2ab1 Add 'Date of Next Invoice' in contract list view 2021-04-01 13:53:02 +02:00
Dave Lasley
4615a1bd18 [IMP][10.0] contract: Add templating (#42)
Add template functionality for contracts
2021-04-01 13:53:02 +02:00
OCA Transbot
246638696f OCA Transbot updated translations from Transifex 2021-04-01 13:53:02 +02:00
Pedro M. Baeza
1897314dce [MIG] contract: Migration to version 10.0 2021-04-01 13:53:02 +02:00
Carlos Dauden
671c8b9c3c [IMP] contract: Add past receipt type. Fix yearly. Add month last day 2021-04-01 13:53:02 +02:00
OCA Transbot
3d5483e586 OCA Transbot updated translations from Transifex 2021-04-01 13:53:01 +02:00
Pedro M. Baeza
29cd517f37 [IMP+FIX] contract: Better README + category + assign contract unconditionally 2021-04-01 13:53:01 +02:00
carlosdauden
f3dfaed337 [9.0][IMP] contract: Get default invoice contact. (#32) 2021-04-01 13:53:01 +02:00
OCA Transbot
f1c3987ae2 OCA Transbot updated translations from Transifex 2021-04-01 13:53:01 +02:00