sbejaoui
c4c0b82f18
[IMP] - Make recurrence mechanism on contract line
Make recurrence mechanism on contract line and some other refactoring
[FIX] - Keep contract_cron on account_analytic_account model
contract_cron defined with no_update option.
Changing it, will cause issue to past version installation.
[IMP] - Fix recurring_next_date default value
recurring_next_date should have start_date as default value in prepaid policy
and start_date + invoicing_interval if postpaid
[FIX] - Fix test check no journal
[IMP] - Return created invoices on recurring_create_invoice
[IMP] - Specific process to compute recurring_next_date for monthly-last-day
fixes : #198
[ADD] - Add Post-migration script to bring recurrence info from contract to contract lines
[ADD] - Add search filter based on date_end and recurring_next_date
- not_finished filter in contract search view
- finished filter in contract search view
- Next Invoice group by in contract search view
[ADD] - Add unit tests
- cases to compute first recurring next date
- contract recurring_next_date
- contract date_end
[IMP] - Improve Unit tests
6 years ago
黎伟杰
6bdc3aaaee
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (110 of 110 strings)
Translation: contract-12.0/contract-12.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract/zh_CN/
5 years ago
liweijie0812
ba277f7df1
Remove invalid Chinese translation files
5 years ago
黎伟杰
a067f787a4
Translated using Weblate (Chinese (Simplified))
Currently translated at 40.9% (45 of 110 strings)
Translation: contract-12.0/contract-12.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract/zh_CN/
5 years ago
Rudolf Schnapka
1a59b75ec3
Translated using Weblate (German)
Currently translated at 100.0% (110 of 110 strings)
Translation: contract-12.0/contract-12.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract/de/
5 years ago
Rodrigo Macedo
5b3677efcc
Translated using Weblate (Portuguese (Brazil))
Currently translated at 51.8% (57 of 110 strings)
Translation: contract-12.0/contract-12.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract/pt_BR/
5 years ago
Pedro Castro Silva
1cb5b2ab1c
Translated using Weblate (Portuguese)
Currently translated at 100.0% (109 of 109 strings)
Translation: contract-12.0/contract-12.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract/pt/
5 years ago
OCA-git-bot
1b4a5f9b39
[UPD] README.rst
5 years ago
jcleonard2018
a48e62f3af
Translated using Weblate (French)
Currently translated at 100.0% (109 of 109 strings)
Translation: contract-12.0/contract-12.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract/fr/
5 years ago
Sergio Zanchetta
b4da999f47
Translated using Weblate (Italian)
Currently translated at 83.5% (91 of 109 strings)
Translation: contract-12.0/contract-12.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract/it/
5 years ago
OCA Transbot
2631a19b26
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: contract-12.0/contract-12.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract/
5 years ago
oca-travis
237b72a54b
[UPD] Update contract.pot
6 years ago
Jordi Ballester Alomar
9ede21d31e
[FIX] Errors in navigation to customer invoices / vendor bills
6 years ago
OCA-git-bot
289c83bcb4
[ADD] icon.png
6 years ago
OCA Transbot
61977e4a01
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: contract-12.0/contract-12.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract/
6 years ago
Maria Sparenberg
4ba0ffa41f
Translated using Weblate (German)
Currently translated at 100.0% (109 of 109 strings)
Translation: contract-12.0/contract-12.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract/de/
6 years ago
Marta Vázquez Rodríguez
eea8150aad
Translated using Weblate (Galician)
Currently translated at 100.0% (109 of 109 strings)
Translation: contract-12.0/contract-12.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract/gl/
6 years ago
oca-travis
ada2240891
[UPD] Update contract.pot
6 years ago
Marta Vázquez Rodríguez
c66464d123
Translated using Weblate (Spanish)
Currently translated at 100.0% (109 of 109 strings)
Translation: contract-12.0/contract-12.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract/es/
6 years ago
OCA Transbot
4a46ab52f0
Update translation files
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
6 years ago
Axel-G
f6d733843f
Translated using Weblate (German)
Currently translated at 99.0% (99 of 100 strings)
Translation: contract-12.0/contract-12.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract/de/
6 years ago
oca-travis
d3f91948ea
[UPD] Update contract.pot
6 years ago
OCA-git-bot
07bc1a80ac
[UPD] README.rst
6 years ago
sbejaoui
576a708377
[MIG] contract: Migration to 12.0
6 years ago
Jon Zaballa
e565fc2936
[FIX] Contract Spanish Translation
- Module: contract
- Summary: several terms where not translated to Spanish.
6 years ago
Pedro M. Baeza
45d14fd982
[IMP] contract: Don't depend on external data
The test as it was, leaves to the demo pricelist the control on the price of
the product, so other modules that modifies this pricelist will make the
test to fail.
This is the minimum change needed for avoiding the problem.
6 years ago
Daniel Reis
9d7b840378
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/
6 years ago
Enric Tobella
71bd98acd2
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/
6 years ago
OCA Git Bot
4e00ad5e2a
[UPD] README.rst
6 years ago
Axel-G
99aa50f2fe
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/
6 years ago
oca-travis
f019bad45c
[UPD] Update contract.pot
6 years ago
mreficent
96f92a0584
[IMP] Make sure it works for sale and purchase contracts
6 years ago
Stefan Becker
111f0aa889
[IMP] Add type to analytic account / contract
7 years ago
Axel-G
062f0d644c
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/
6 years ago
Roel Adriaans
0c8ba74b2e
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/
6 years ago
Roel Adriaans
7ce3f6dbc1
[IMP] Fix README.rst
Runbot URL in old README.rst pointed to 10.0 runbot,
fixed by upgrading template
6 years ago
oca-travis
80a3a0c5df
[UPD] Update contract.pot
6 years ago
Dmytro Katyukha
fd0170e5e4
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.
6 years ago
Dmytro Katyukha
373b289cfa
[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)
6 years ago
Jon Erik Ceberio
3550a8add0
[IMP] contract: possible error in migration if the column does not exist
6 years ago
oca-travis
11a2f60c96
[UPD] Update contract.pot
6 years ago
Carlos Dauden
5c9e62fc64
[FIX] contract: Custom values overwrited by xml, missed noupdate
6 years ago
OCA Transbot
4008283e5a
OCA Transbot updated translations from Transifex
7 years ago
Pedro M. Baeza
dc17046e49
[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.
7 years ago
OCA Transbot
650e22353e
OCA Transbot updated translations from Transifex
7 years ago
Carlos Dauden
4705663c1a
[IMP] contract: Add extend existing invoice possibility
7 years ago
Levent Karakaş
7fa81980b8
[FIX] contract: Let billing users have access rights for contracts ( #159 )
7 years ago
Pedro M. Baeza
6b3576793d
[IMP] contract: Automatic prices for lines
7 years ago
OCA Transbot
fcf30c674b
OCA Transbot updated translations from Transifex
7 years ago
Carlos Dauden
783dfef92d
[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
7 years ago