OCA Transbot
70313b4247
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
3d315d1bbc
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
cbf30ad603
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
8ef8100841
OCA Transbot updated translations from Transifex
8 years ago
Dave Lasley
7bb7eefd45
[FIX] product_contract: Fix mock usage in tests
8 years ago
OCA Transbot
e6999f1c39
OCA Transbot updated translations from Transifex
8 years ago
Ted Salmon
43d21a3a4a
[ADD] product_contract: Create module
* Add contract functionality to `product.templates`
* Add logic to create contracts from `sale.order` that contains contract products.
8 years ago
OCA-git-bot
e032019453
[ADD] setup.py
5 years ago
OCA-git-bot
fb177aea49
[ADD] icon.png
5 years ago
OCA-git-bot
ed2ef30524
[UPD] README.rst
5 years ago
Bejaoui Souheil
6f6fd45f2f
Merge pull request #236 from acsone/12.0-mig_contract_payment_mode_tbi
[12.0] [MIG] Contract Payment Mode
5 years ago
Bejaoui Souheil
3036901e23
Merge pull request #379 from ursais/12.0-imp-serviceprofile_chatter
[IMP] Add Chatter to an Agreement Service Profile
5 years ago
OCA Transbot
38eaa4c7b8
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: contract-12.0/contract-12.0-contract_variable_quantity
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract_variable_quantity/
5 years ago
OCA-git-bot
ae1471b497
[UPD] README.rst
5 years ago
OCA-git-bot
29b3494ab4
Merge PR #363 into 12.0
Signed-off-by sbejaoui
5 years ago
OCA-git-bot
f8fb4ff1b7
[ADD] setup.py
5 years ago
OCA-git-bot
4bbec5bd08
[UPD] README.rst
5 years ago
oca-travis
2bc0c1c163
[UPD] Update contract_variable_quantity.pot
5 years ago
OCA-git-bot
5b43192e1a
Merge PR #211 into 12.0
Signed-off-by moylop260
5 years ago
sbejaoui
d42b14667e
[12.0][REF] - Contract Variable quantity: split from analytic accoun
5 years ago
sbejaoui
c4a76debe3
[REF] - Use method _get_quantity_to_invoice.
6 years ago
sbejaoui
bd49940c68
[FIX] - fix check quantity = 0
6 years ago
sbejaoui
cc4688050d
[FIX] fix unit tests
6 years ago
sbejaoui
a55ea6bb33
[FIX] - Fix unit tests
6 years ago
sbejaoui
24869ff565
[IMP] - Skip zero should ignore lines with qty zero even for fixed qty
6 years ago
Thomas Binsfeld
a44624b5f4
[REF] Contract: invoice in prepare_invoice_line is optional
6 years ago
sbejaoui
e7cf9b51a0
[IMP] - refresh contract_variable_quantity.pot
6 years ago
sbejaoui
087ee2f681
[IMP] - Adapt contract_variable_quantity to contract new views
6 years ago
sbejaoui
a9022ad49d
[IMP] - Add ace-widget with python mode
6 years ago
sbejaoui
0ee2d11630
[ADD] setup.py
6 years ago
sbejaoui
9e65b1c47f
[IMP] Adapt unit test
6 years ago
sbejaoui
76d2e3b2c9
[HACK] Get PR 207 beofre tavis build
6 years ago
sbejaoui
f2781dbd75
[MIG] contract_variable_quantity: Migration to 12.0
6 years ago
oca-travis
3e6cfa0650
[UPD] Update contract_variable_quantity.pot
6 years ago
Dmytro Katyukha
e6ad2b718f
Update addon versions
- contract
- contract_variable_quantity
6 years ago
Dmytro Katyukha
c229566c96
[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
oca-travis
b8e4b49777
[UPD] Update contract_variable_quantity.pot
6 years ago
OCA Transbot
eaba970982
OCA Transbot updated translations from Transifex
7 years ago
Pedro M. Baeza
c9c9ad5ba2
[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
904ac526a4
OCA Transbot updated translations from Transifex
7 years ago
OCA Transbot
26732fbac2
OCA Transbot updated translations from Transifex
7 years ago
Pedro M. Baeza
691808e9ef
[IMP] contract_variable_quantity: Make name translatable
7 years ago
Carlos Dauden
37066dbb47
[IMP] contract_variable_quantity: Add option to don't create zero qty invoice lines
7 years ago
OCA Transbot
5086b386ab
OCA Transbot updated translations from Transifex
7 years ago
Pedro M. Baeza
3c2e7d9219
[FIX] contract_variable_quantity: Correct README menus references
7 years ago
Carlos Dauden
538bd77636
[MIG] contract_variable_quantity: Migration to 11.0
7 years ago
OCA Transbot
0bc5413d50
OCA Transbot updated translations from Transifex
7 years ago
Moisés López
f2584a70ed
[FIX] contract_payment_auto: Fix freze wkhtmltopdf freezed
7 years ago
OCA Transbot
ff4a1a75d0
OCA Transbot updated translations from Transifex
8 years ago
Dave Lasley
065a7cf35e
[10.0][IMP] Add variable qty to contract template view ( #66 )
* [IMP] Add variable qty to contract template view
* Bump minor version
8 years ago