Stéphane Bidoul (ACSONE)
557097be2d
[IMP] contract: support pre-paid for monthlylastday
monthlylastday is (almost) not a special case anymore \o/.
montlylastday is simply a montly period where the
periods are aligned on month boundaries.
The last bit of special casing is that postpaid generates
invoice the day after the last dasy of the period, except
for monthlylastday where the invoice is generated on the
last day of the period. This last exception will disappear
when we put the offset under user control.
This is a breaking change because the post-paid/pre-paid
mode becomes relevant for monthlylastday invoicing.
The field becomes visible in the UI. Code that generate
monthlylastday contract lines must now correctly set
the pre-paid/post-paid mode too. Some tests have had
to be adapted to reflect that.
5 years ago
Stéphane Bidoul (ACSONE)
d53f01d66f
[REF] contract: remove one monthlylastday special case
get_relative_delta now works the same for all recurring rules.
Move the special case handling to _init_last_date_invoiced
which is used only for migration.
5 years ago
Stéphane Bidoul (ACSONE)
dd3f3a6c77
[FIX] contract: add missing dependency in computed field
5 years ago
Stéphane Bidoul (ACSONE)
7c3b9bcfa7
[REF] contract: re-add _compute_first_recurring_next_date
For backward compatibility
5 years ago
Stéphane Bidoul (ACSONE)
aff3781c92
[REF] contract: refactor _update_recurring_next_date
Reuse the logic that is now fully located in _get_recurring_next_date.
5 years ago
Stéphane Bidoul (ACSONE)
83cb7c1d21
[REF] contract: refactor _get_period_to_invoice
Move the part of the logic that compute the next
period depending on the chosen next invoice date
to _get_next_period_date_end.
5 years ago
Stéphane Bidoul (ACSONE)
edf6833bec
[IMP] contract: add next period start/end fields
Add two computed field showing the next period
start and end date. This improve the UX and will
enable further simplifications in the code.
5 years ago
Stéphane Bidoul (ACSONE)
e6b9ea9ce7
[REF] contract: handle max_date_end in _get_recurring_next_date
This concentrates all next date calculation
logic in one place, and will allow further simplifications.
5 years ago
Stéphane Bidoul (ACSONE)
5bc895980e
[REF] contract: clarify _get_recurring_next_date
First compute the next period end date,
then derive the next invoice date from the next
period stard and end date.
5 years ago
Stéphane Bidoul (ACSONE)
5ee13d4cbd
[REF] contract: rename misnamed methods
5 years ago
OCA-git-bot
debf048f7f
[ADD] setup.py
5 years ago
OCA-git-bot
1c8bd55539
[ADD] icon.png
5 years ago
OCA-git-bot
21c0bace47
[UPD] README.rst
5 years ago
oca-travis
c6fd1ef911
[UPD] Update contract_forecast.pot
5 years ago
OCA-git-bot
3e3ef1a3c4
Merge PR #283 into 12.0
Signed-off-by sbejaoui
5 years ago
sbejaoui
35e5ef820b
remove egg directory
5 years ago
OCA Transbot
09436a1b1c
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
ab325387f9
[UPD] Update contract.pot
5 years ago
OCA-git-bot
34ec17d968
Merge PR #432 into 12.0
Signed-off-by sbejaoui
5 years ago
OCA-git-bot
cd1d7a4fdc
Merge PR #433 into 12.0
Signed-off-by sbejaoui
5 years ago
Bole
8ffdac16f4
Translated using Weblate (Croatian)
Currently translated at 100.0% (41 of 41 strings)
Translation: contract-12.0/contract-12.0-product_contract
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-product_contract/hr/
5 years ago
Bole
7f776b34f1
Translated using Weblate (Croatian)
Currently translated at 22.2% (47 of 212 strings)
Translation: contract-12.0/contract-12.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract/hr/
5 years ago
Pedro M. Baeza
8392d61221
[FIX] contract: Tests with duplicated name
So they are not executed at all. Detected by chance looking for a test for the other PR.
5 years ago
Pedro M. Baeza
d415e44ff7
[FIX] contract: Don't execute onchange after invoice creation
Using that approach (that is the current one in core) has a lot of side effects and
performance bottlenecks. You can read odoo/odoo#40156 for summarizing them.
This also improves the handling of the values of payment term an fiscal position
for using the partner ones if not set.
5 years ago
OCA-git-bot
455fb5d6f3
[ADD] setup.py
5 years ago
oca-travis
7ae1be3a76
[UPD] Update contract_variable_qty_timesheet.pot
5 years ago
OCA-git-bot
fa97124c4e
Merge PR #424 into 12.0
Signed-off-by pedrobaeza
5 years ago
Pedro M. Baeza
627e08d58d
[MIG] contract_variable_qty_timesheet: Migration to 12.0
* Standard procedure
* README by fragments
* Promoted to Production/Stable and declared maintainers
* Code adapted to v12
* Tests added
5 years ago
Maria Sparenberg
549a7c61ad
Added translation using Weblate (German)
Currently translated at 100.0% (3 of 3 strings)
Translation: contract-11.0/contract-11.0-contract_variable_qty_timesheet
Translate-URL: https://translation.odoo-community.org/projects/contract-11-0/contract-11-0-contract_variable_qty_timesheet/de/
6 years ago
Sergio Zanchetta
482d410214
Added translation using Weblate (Italian)
Currently translated at 66.7% (2 of 3 strings)
Translation: contract-11.0/contract-11.0-contract_variable_qty_timesheet
Translate-URL: https://translation.odoo-community.org/projects/contract-11-0/contract-11-0-contract_variable_qty_timesheet/it/
6 years ago
oca-travis
d88d0d93d4
[UPD] Update contract_variable_qty_timesheet.pot
6 years ago
OCA Transbot
3e816b8317
OCA Transbot updated translations from Transifex
7 years ago
Carlos Dauden
997a398081
[IMP] contract_variable_qty_timesheet: New module
7 years ago
Maxime Chambreuil
1da5123007
Merge pull request #427 from ursais/12.0-fix-agreement_maintenance
[FIX] agreement_maintenance: Element cannot be located in parent view
5 years ago
Maxime Chambreuil
ab872a5849
[FIX] agreement_maintenance: Element cannot be located in parent view
5 years ago
OCA-git-bot
3e531348cb
[ADD] .editorconfig [ci skip]
5 years ago
Pedro M. Baeza
00d71f96f5
[MIG][FIX] contract: Move contracts, but disable them
There were an error in previous query for moving only contracts with the mark checked,
but it's also more logic to move them, but remain them disabled.
5 years ago
OCA-git-bot
9d052558b9
contract 12.0.4.2.5
5 years ago
OCA-git-bot
65750245d7
Merge PR #417 into 12.0
Signed-off-by pedrobaeza
5 years ago
Sergio Teruel
e0ff2922ff
[IMP] contract: Fix test crash with other modules
5 years ago
Bole
bc3bc32d77
Translated using Weblate (Croatian)
Currently translated at 66.7% (24 of 36 strings)
Translation: contract-12.0/contract-12.0-agreement
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement/hr/
5 years ago
Bole
47a4b8e51a
Translated using Weblate (Croatian)
Currently translated at 21.7% (46 of 212 strings)
Translation: contract-12.0/contract-12.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract/hr/
5 years ago
Bole
73674e9df9
Added translation using Weblate (Croatian)
5 years ago
Pedro M. Baeza
6b21d99c61
[MIG] contract: No contract on AA without recurring invoices flag
Don't transfer to contract those analytic accounts with the "Recurring invoicing" flag
unchecked.
5 years ago
OCA-git-bot
ec7c054b1c
Merge PR #411 into 12.0
Signed-off-by sbejaoui
5 years ago
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
OCA-git-bot
41d787d830
[ADD] setup.py
5 years ago
OCA-git-bot
0a4a05af5b
[UPD] README.rst
5 years ago
oca-travis
56b44f7821
[UPD] Update product_contract_variable_quantity.pot
5 years ago
OCA-git-bot
9535cd3730
Merge PR #265 into 12.0
Signed-off-by pedrobaeza
5 years ago