Jon Zaballa
f07930faa4
[FIX] Contract Spanish Translation
- Module: contract
- Summary: several terms where not translated to Spanish.
6 years ago
Pedro M. Baeza
2c4e47ad33
[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
daa9342843
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
dbbe505ca0
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
5d5387e0ed
[ADD] setup.py
6 years ago
OCA Git Bot
d8fcc03e3b
[UPD] README.rst
6 years ago
oca-travis
420e8194a3
[UPD] Update contract_sale.pot
6 years ago
Pedro M. Baeza
63fc8b8675
Merge pull request #145 from levkar/11.0-mig-contract_sale
[11.0] [MIG] contract sale
6 years ago
Pedro M. Baeza
43959bc754
[FIX+IMP] contract_sale: Several things:
* README by fragments
* Adjusted dependency
* Changed root menu XML-ID
6 years ago
Levent Karakaş
b3c1d0773c
[MIG] contract_sale: Migration to 11.0
7 years ago
OCA Transbot
d72099fc2c
OCA Transbot updated translations from Transifex
7 years ago
Luis M. Ontalba
b514b20f8c
[ADD] contract_sale ( #104 )
7 years ago
Axel-G
1ef169d27b
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 Git Bot
34c2719925
[ADD] setup.py
6 years ago
OCA Git Bot
0962ddce1c
[UPD] README.rst
6 years ago
oca-travis
ddb599a303
[UPD] Update contract_section.pot
6 years ago
Roel Adriaans
d1eb4bc29f
[ADD] Contract section module ( #177 )
6 years ago
oca-travis
19d6a841b1
[UPD] Update contract.pot
6 years ago
Pedro M. Baeza
a995bc0b8d
Merge pull request #170 from Eficent/11.0-imp-contract-adapted-to-purchase
[11.0][IMP] contract: adapted to purchase contracts
6 years ago
mreficent
402370f1cb
[IMP] Make sure it works for sale and purchase contracts
6 years ago
Stefan Becker
394d2a4105
[IMP] Add type to analytic account / contract
7 years ago
Axel-G
32c4fb5de5
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
1b0426a182
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
OCA Git Bot
8701468b69
[UPD] README.rst
6 years ago
Pedro M. Baeza
61d76c3d04
Merge pull request #173 from RoelAdriaans/11.0-fix-runbot
[IMP] Fix README.rst
6 years ago
Roel Adriaans
10417118a2
[IMP] Fix README.rst
Runbot URL in old README.rst pointed to 10.0 runbot,
fixed by upgrading template
6 years ago
oca-travis
2a8ed5c0eb
[UPD] Update contract_variable_quantity.pot
6 years ago
oca-travis
bf3dd52be2
[UPD] Update contract.pot
6 years ago
Jordi Ballester Alomar
b5d5ea3fd4
Merge pull request #169 from crnd-inc/11.0-fix-1
[FIX][11.0][contract] analytic invoice/contract lines inheritance
6 years ago
Dmytro Katyukha
4bffe595fc
Update addon versions
- contract
- contract_variable_quantity
6 years ago
Dmytro Katyukha
31df1b73ec
Rename account_analytic_*_line files
In previous commit 'account_analytic_*_line' model files
were renamed to temporary names.
This commit renames these files to correct names
6 years ago
Dmytro Katyukha
a3da40407c
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
2a029138a9
[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)
7 years ago
Pedro M. Baeza
196eb44376
Merge pull request #171 from Digital5-Odoo/11.0
[IMP] contract: possible error in migration if the column does not exist
6 years ago
Jon Erik Ceberio
bb84e77a0e
[IMP] contract: possible error in migration if the column does not exist
6 years ago
OCA Git Bot
b8e75b4c58
[ADD] setup.py
7 years ago
oca-travis
b49237a745
[UPD] Update contract_variable_quantity.pot
7 years ago
oca-travis
06902e1336
[UPD] Update contract_variable_qty_timesheet.pot
7 years ago
oca-travis
50d3834f87
[UPD] Update contract_sale_invoicing.pot
7 years ago
oca-travis
cf9e46e7f4
[UPD] Update contract_payment_mode.pot
7 years ago
oca-travis
dbe25cae0c
[UPD] Update contract.pot
7 years ago
Pedro M. Baeza
5e23baf033
Merge pull request #164 from Tecnativa/11.0-mig-contract_payment_mode
[MIG] contract_payment_mode: Migration to 11.0
7 years ago
cubells
f07244783d
[MIG] contract_payment_mode: Migration to 11.0
7 years ago
Rafael Blasco
c0b285797b
Merge pull request #168 from Tecnativa/11.0-contract-noupdate_cron
[FIX] contract: Custom values overwrited by xml, missed noupdate
7 years ago
Carlos Dauden
48dbe3de3d
[FIX] contract: Custom values overwrited by xml, missed noupdate
7 years ago
OCA Transbot
e379b53b2e
OCA Transbot updated translations from Transifex
7 years ago
Moisés López
c692338e6b
[FIX] contract_payment_auto: Fix freze wkhtmltopdf freezed
7 years ago
OCA Transbot
5e27cdaa50
OCA Transbot updated translations from Transifex
7 years ago
Carlos Dauden
9b4f81512b
[IMP] contract_payment_mode: Onchange payment mode vals
7 years ago
OCA Transbot
808d77e236
OCA Transbot updated translations from Transifex
8 years ago