Dave Lasley
ad36c9ab35
[FIX] contract: Operator issue in price get
* Add a default date in the instance that an analytic account doesn’t exist (templates) - fixes #68
8 years ago
OCA Transbot
ea6f03d50a
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
e90e890308
[ADD] setup.py
8 years ago
OCA Git Bot
19a9f8fa6e
[UPD] addons table in README.md
8 years ago
Pedro M. Baeza
2f45fe9bf3
Merge pull request #49 from LasLabs/feature/10.0/LABS-355-create-product_contract
[ADD] product_contract: Create module
8 years ago
Ted Salmon
33f76c28f5
[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
Pedro M. Baeza
a0af2c8e57
Merge pull request #60 from onesteinbv/10_imp_contract_recurring_next_date
[IMP][10.0] Add 'Date of Next Invoice' in contract list view
8 years ago
Andrea
762b8653c3
Add 'Date of Next Invoice' in contract list view
8 years ago
OCA Git Bot
2755d41715
[UPD] addons table in README.md
8 years ago
Dave Lasley
3e876611f5
[IMP][10.0] contract: Add templating ( #42 )
Add template functionality for contracts
8 years ago
OCA Git Bot
c5d3267ee7
[UPD] addons table in README.md
8 years ago
OCA Transbot
4721a01e92
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
b66b375f78
[ADD] setup.py
8 years ago
OCA Git Bot
c8c660ddad
[UPD] addons table in README.md
8 years ago
Dave Burkholder
c9b1e49cda
[MIG] contract_show_invoice: Migration to v10 ( #54 )
8 years ago
OCA Transbot
48bd511502
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
369ac7fbcb
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
d20f686c40
OCA Transbot updated translations from Transifex
8 years ago
Pedro M. Baeza
1d89731b0d
[FIX] contract: README rst format
8 years ago
OCA Transbot
1482c7805c
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
de3659d059
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
d479228ec7
OCA Transbot updated translations from Transifex
8 years ago
OCA Transbot
5d6ed31fd4
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
4ec73314bd
[ADD] setup.py
8 years ago
OCA Git Bot
bc356769a3
[UPD] addons table in README.md
8 years ago
Stefan Rijnhart (Opener)
b41bf92a47
Merge pull request #44 from laslabs/release/10.0/contract_variable_quantity
[MIG][10.0] contract_variable_quantity
8 years ago
Dave Lasley
75429db61d
[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
Pedro M. Baeza
43636b6369
Merge pull request #40 from StefanRijnhart/10.0-contract
10.0 contract
8 years ago
Stefan Rijnhart
6292accd47
[UPG] Contract for 10.0
8 years ago
Stefan Rijnhart
cf8a39e492
Merge remote-tracking branch 'oca/9.0' into 10.0-contract
8 years ago
OCA Git Bot
e2b4469348
[UPD] addons table in README.md
8 years ago
Rafael Blasco
26e650dedb
Merge pull request #36 from Tecnativa/9.0-contract-IMP-advanced-past
[IMP] contract: Add pre-paid invoicing type. Fix yearly
8 years ago
OCA Git Bot
f297674be3
[UPD] addons table in README.md
8 years ago
OCA Transbot
ca07333cdf
OCA Transbot updated translations from Transifex
8 years ago
Pedro M. Baeza
d9ef8851f1
[MIG] Update metafiles
8 years ago
Pedro M. Baeza
7f2e8aabdb
[MIG] Remove setup module directories
8 years ago
Pedro M. Baeza
ec834fdd47
[MIG] Rename manifest files
8 years ago
Pedro M. Baeza
e75c6ed0b1
[MIG] Make modules uninstallable
8 years ago
Pedro M. Baeza
67ee1cae9f
[IMP] contract: README
8 years ago
Carlos Dauden
38a1d8fec5
[IMP] contract: Add past receipt type. Fix yearly. Add month last day
8 years ago
OCA Transbot
228099d29a
OCA Transbot updated translations from Transifex
8 years ago
OCA Git Bot
d5b322f8ea
[ADD] setup.py
8 years ago
OCA Git Bot
9208db0e47
[UPD] addons table in README.md
8 years ago
Rafael Blasco
85a13aa53a
Merge pull request #35 from Tecnativa/9.0-contract_variable_quantity
[ADD] contract_variable_quantity:
8 years ago
Pedro M. Baeza
e8a584af7c
Update README.rst
8 years ago
Pedro M. Baeza
043057112a
[IMP] contract_variable_quantity: Spanish translation
8 years ago
Pedro M. Baeza
8e6deab765
[IMP] contract_variable_quantity: Screenshot
8 years ago
Pedro M. Baeza
85da2e66c1
[ADD] contract_variable_quantity:
=================================================
Variable quantity in contract recurrent invoicing
=================================================
With this module, you will be able to define in recurring contracts some
lines with variable quantity according a provided formula.
Configuration
=============
* Go to Sales > Configuration > Contracts > Formulas (quantity).
* Define any formula based on Python code that stores at some moment a
float/integer value of the quantity to invoice in the variable 'result'.
You can use these variables to compute your formula:
* *env*: Environment variable for getting other models.
* *context*: Current context dictionary.
* *user*: Current user.
* *line*: Contract recurring invoice line that triggers this formula.
* *contract*: Contract whose line belongs to.
* *invoice*: Invoice (header) being created.
Usage
=====
To use this module, you need to:
* Go to Sales -> Contracts and select or create a new contract.
* Check *Generate recurring invoices automatically*.
* Add a new recurring invoicing line.
* Select "Variable quantity" in column "Qty. type".
* Select one of the possible formulas to use (previously created).
8 years ago
Pedro M. Baeza
0a6d99d2d9
[FIX] contract: Assign contract unconditionally
8 years ago
Pedro M. Baeza
a90b9b565e
[IMP] contract: Category for contract module
8 years ago