Pedro M. Baeza
3606d696c1
[FIX] contract_variable_quantity: Allow to propagate variable qty fields from template
**Steps to reproduce the problem**
- Define a contract template with one line with variable quantity and formula.
- Use that template in a new contract.
- Variable quantity type and formula are not transferred from template to contract.
This is due to the lack of that fields in the tree view that prevents web client to fetch
and store them.
We solve it adding those fields to the contract line tree view, also providing some
visibility logic for not showing the corresponding fields according the type.
No regression tests is provided, as this is only reproducible with web client, not through
code.
5 years ago
Josep M
cb85baf8db
Translated using Weblate (Spanish)
Currently translated at 100.0% (34 of 34 strings)
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/es/
5 years ago
Rudolf Schnapka
9519be72a4
Translated using Weblate (German)
Currently translated at 97.1% (33 of 34 strings)
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/de/
5 years ago
OCA-git-bot
3d8144d413
contract_variable_quantity 12.0.2.1.0
5 years ago
sbejaoui
c92935f154
[FIX] - redundant fields in contract line form view
5 years ago
黎伟杰
15a7245a1f
Translated using Weblate (Chinese (Simplified))
Currently translated at 32.4% (11 of 34 strings)
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/zh_CN/
5 years ago
Eder Brito
150b2ee8b6
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (34 of 34 strings)
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/pt_BR/
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
4bbec5bd08
[UPD] README.rst
5 years ago
oca-travis
2bc0c1c163
[UPD] Update contract_variable_quantity.pot
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
9e65b1c47f
[IMP] Adapt unit test
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
OCA Transbot
a6259f905e
OCA Transbot updated translations from Transifex
8 years ago
Dave Lasley
3913f2f3b3
[IMP][10.0] contract: Add templating ( #42 )
Add template functionality for contracts
8 years ago
OCA Transbot
2e0e4aa38b
OCA Transbot updated translations from Transifex
8 years ago
Dave Lasley
04f4d77988
[MIG] contract_variable_quantity: Migrate to v10
* Bump version
* Change openerp references to odoo
* Installable to True
* Change permissions & views to accounting dependency
8 years ago
OCA Transbot
2787267199
OCA Transbot updated translations from Transifex
8 years ago
Pedro M. Baeza
ef51fee01d
[MIG] Rename manifest files
8 years ago
Pedro M. Baeza
242dcee0d6
[MIG] Make modules uninstallable
8 years ago
Carlos Dauden
dc1e071d1d
[IMP] contract: Add past receipt type. Fix yearly. Add month last day
8 years ago
OCA Transbot
33fc6f5329
OCA Transbot updated translations from Transifex
8 years ago
Pedro M. Baeza
8ee14a95fa
Update README.rst
8 years ago
Pedro M. Baeza
61e60e241e
[IMP] contract_variable_quantity: Spanish translation
8 years ago