Commit Graph

  • bbc5a1db81 product_contract 12.0.2.0.1 OCA-git-bot 2019-10-02 01:34:07 +00:00
  • 94a3e25579 Update translation files OCA Transbot 2019-10-01 14:00:25 +00:00
  • 7f2cf2762d [UPD] Update product_contract.pot oca-travis 2019-10-01 14:00:12 +00:00
  • f20481191f [FIX] - Remove deprecated field sbejaoui 2019-10-01 15:06:37 +02:00
  • 45b09daec3 [ADD] icon.png OCA-git-bot 2019-10-01 11:35:53 +00:00
  • b60f334642 [UPD] README.rst OCA-git-bot 2019-10-01 11:35:52 +00:00
  • f6106181af [12.0][IMP] - sale line linked to contracts must not be invoiced from sale order sbejaoui 2019-10-01 10:51:50 +02:00
  • e90ff02011 [IMP] - improve is contract visibility in product view sbejaoui 2019-09-30 15:24:18 +02:00
  • 59d254ee4a [12.0][IMP] - Improve unit tests sbejaoui 2019-09-30 14:16:51 +02:00
  • 14642e0bff [12.0][REF] - Split analytic accouts and contracts sbejaoui 2019-09-17 18:14:23 +02:00
  • 5b4b09ab5f [12.0][FIX] - create contract only on sale and done states sbejaoui 2019-09-11 13:08:52 +02:00
  • 7ea0bf3c1c [FIX] - fix display name compute dependecy sbejaoui 2019-09-05 14:32:21 +02:00
  • bc0f33760e [12.0][IMP] - option to decide if we automaticallt create contract a sale confirm sbejaoui 2019-09-05 13:01:02 +02:00
  • a1cdd4169d [ADD] Add start_date to contract_line display_name Quentin Groulard 2019-09-02 18:09:50 +02:00
  • 0e5259b2fa [IMP] - permit contract selection without contract_template_id sbejaoui 2019-02-28 17:40:48 +01:00
  • b14f2e38e9 [REF] Contract: set order count to 0 if no access to orders Thomas Binsfeld 2019-02-13 14:33:52 +01:00
  • 7e3bf5b09b [FIX] - date_end computed only for contract products sbejaoui 2019-02-06 10:39:18 +01:00
  • c99cc123bb [IMP] - cancel contract line if the downsell/upsell comes before sbejaoui 2019-02-04 13:33:19 +01:00
  • 06841a2dc9 [FIX] - Get auto_renew_rule_type based on recurring_rule_type sbejaoui 2019-02-01 15:55:52 +01:00
  • 23b7725b0c [FIX] - date_end required only for contract product sbejaoui 2019-01-29 16:38:06 +01:00
  • a92e287ae8 [FIX] - Fix recurring_next_date sbejaoui 2019-01-29 16:34:31 +01:00
  • fc0dd2fc5a [FIX] Product Contract: copy invoicing partner to created contract Thomas Binsfeld 2019-01-29 15:39:52 +01:00
  • 583fff35f9 [IMP] - auto_renew_rule deducted from recurring_rule_type and product_uom_qty sbejaoui 2019-01-24 12:10:59 +01:00
  • 0c22dcab31 [ADD] Contract Sale: fiscal position Thomas Binsfeld 2019-01-23 11:47:54 +01:00
  • 998d8ab9bd [IMP] - Simplify sale order line creation for contract product sbejaoui 2019-01-21 19:02:48 +01:00
  • 4c5343c87f [REF] - predecessor_contract_line set in create process sbejaoui 2019-01-15 13:37:17 +01:00
  • 4332d4dd9a [IMP] - Add unit test sbejaoui 2019-01-10 17:03:30 +01:00
  • de6033fb85 [FIX] - fix unit tests sbejaoui 2019-01-03 11:51:44 +01:00
  • 3bdb7e99f0 [IMP] - update invoice_line vals only if it is not null sbejaoui 2018-12-28 12:36:19 +01:00
  • b4ec8b9dcd [ADD] Product Contract: payment term Thomas Binsfeld 2018-12-21 16:07:40 +01:00
  • 1f00ebb7cd [FIX] - fix flake8 sbejaoui 2018-12-20 22:57:15 +01:00
  • 596da0957f [REF] Contract Product: invoice in prepare_invoice_line is optional Thomas Binsfeld 2018-12-18 14:08:31 +01:00
  • 8baae365a5 [IMP] - show related sale orders in contract form sbejaoui 2018-12-14 15:55:12 +01:00
  • 7a2443554b [IMP] - get contract user from sale order user sbejaoui 2018-12-13 21:46:11 +01:00
  • 0f90452095 [REM] - Remove unused method sbejaoui 2018-12-04 12:57:13 +01:00
  • 061f743734 [IMP] - _prepare_contract_value for sale order confirm sbejaoui 2018-12-03 13:13:10 +01:00
  • dc4d94591a [FIX] - include date_end in the period if the product is_autorenew sbejaoui 2018-11-30 17:16:55 +01:00
  • f13cc3d484 [IMP] - hide recurring_invoicing_type if recurring_rule_type is monthlylastday sbejaoui 2018-11-29 12:32:22 +01:00
  • d6b24da56b [FIX] - fix onchange sbejaoui 2018-11-29 12:09:04 +01:00
  • a956163d42 [FIX] - on upsel, contract line should stop day - 1 sbejaoui 2018-11-28 18:37:31 +01:00
  • 2be3a74d69 [IMP] - link contract line and its successor in upsel case sbejaoui 2018-11-26 15:17:24 +01:00
  • 34f0c56e27 [IMP] - compute date end onchange date start for auto-renew sale order lines sbejaoui 2018-11-19 16:53:35 +01:00
  • 91f39c1a5b [ADD] - Add renewal process with termination notice sbejaoui 2018-11-19 16:00:48 +01:00
  • 967d4dcef8 [IMP] - Upsell/Downsell contract from sale order sbejaoui 2018-11-15 11:53:01 +01:00
  • 961a77fcf8 [FIX] - Compute recurring_next_date before create contract line sbejaoui 2018-11-05 18:05:53 +01:00
  • e12f8c951d [FIX] - Change website to OCA repository url and prefix module name with Recurring sbejaoui 2018-11-05 16:19:03 +01:00
  • 9dfde8e380 [IMP] - Onchange contract product on contract contract and contract template sbejaoui 2018-11-05 16:04:53 +01:00
  • 3baeea2eaa [ADD] - Add readme directory sbejaoui 2018-11-05 14:35:38 +01:00
  • d7c72e03b6 [FIX] - Default value for date_start applied on product change sbejaoui 2018-11-05 11:44:46 +01:00
  • 9d01b3e20c [IMP] - Contract product are ignored on invoicing process sbejaoui 2018-11-05 11:40:58 +01:00
  • 26a3cbe417 [FIX] - Remove recurring_next_date from sale order line sbejaoui 2018-11-02 17:13:36 +01:00
  • 6be193af2f [IMP] - Link contract line to sale order line sbejaoui 2018-11-02 16:26:51 +01:00
  • 18649ec0c2 [IMP] - Create contract on sale order confirmation sbejaoui 2018-11-02 14:34:05 +01:00
  • 284dc91764 [IMP] - Add recurrence fields to product template and sale order line sbejaoui 2018-10-31 18:10:08 +01:00
  • 2547187728 [IMP] - Change dependencies to contract_sale sbejaoui 2018-10-31 17:07:47 +01:00
  • 187ca1f4ce [IMP] - Product with is_contract can be only of type service sbejaoui 2018-10-31 16:23:34 +01:00
  • 84e77bc312 [MIG] - Product Contract Migration to 12.0 sbejaoui 2018-10-31 16:21:51 +01:00
  • b290dc98d1 [FIX] contract_sale_generation: it doesn't create sales (#141) Florent THOMAS 2018-04-01 19:21:52 +02:00
  • 58b3d9987f [FIX] product_contract: Fix mock usage in tests Dave Lasley 2017-05-25 17:51:46 -07:00
  • 85adab23c5 [ADD] product_contract: Create module * Add contract functionality to product.templates * Add logic to create contracts from sale.order that contains contract products. Ted Salmon 2017-01-12 13:16:25 -08:00
  • bcf7bd7d0e Translated using Weblate (Italian) mymage 2024-05-06 12:40:19 +00:00
  • 0ca8fc9463 Translated using Weblate (Italian) mymage 2024-05-06 12:39:01 +00:00
  • 6de899b810 Translated using Weblate (Italian) mymage 2024-05-06 12:43:39 +00:00
  • dfa4493b80 Translated using Weblate (Italian) mymage 2024-05-06 12:41:55 +00:00
  • 20bb596dc5 Translated using Weblate (Italian) mymage 2024-05-06 12:40:17 +00:00
  • a31c9e33b4 Translated using Weblate (Italian) mymage 2024-05-06 12:37:20 +00:00
  • f982828daa Translated using Weblate (Italian) mymage 2024-05-06 12:35:04 +00:00
  • 420630b70c Translated using Weblate (Italian) mymage 2024-05-06 12:34:18 +00:00
  • e3c7b24694 Translated using Weblate (Italian) mymage 2024-05-06 12:35:16 +00:00
  • bea3ccae0c Translated using Weblate (Italian) mymage 2024-05-06 12:30:58 +00:00
  • b839eeb712 Translated using Weblate (Italian) mymage 2024-05-06 12:37:16 +00:00
  • 517de87950 Translated using Weblate (Italian) mymage 2024-05-06 12:37:21 +00:00
  • 62e2c8801d Added translation using Weblate (Italian) mymage 2024-05-06 09:07:22 +00:00
  • a9849fe7d0 Added translation using Weblate (Italian) mymage 2024-05-06 09:07:17 +00:00
  • b159389027 Added translation using Weblate (Italian) mymage 2024-05-06 08:10:01 +00:00
  • ce90874887 Added translation using Weblate (Italian) mymage 2024-05-06 08:09:15 +00:00
  • 867461b6f5 [IMP] update dotfiles oca-git-bot 2024-05-01 18:03:05 +00:00
  • f69653225c [IMP] update dotfiles oca-git-bot 2024-05-01 18:02:43 +00:00
  • 6de622843d [IMP] update dotfiles oca-git-bot 2024-05-01 16:21:51 +00:00
  • 4f90909a18 [IMP] update dotfiles oca-git-bot 2024-05-01 16:21:35 +00:00
  • 14e001d053 Translated using Weblate (Spanish) Ivorra78 2024-04-24 08:18:53 +00:00
  • 97215e4d94 [17.0][FIX] contract: report translations & change structure Antoni Marroig Campomar 2024-04-23 11:45:49 +02:00
  • 33fcb5e541 [BOT] post-merge updates OCA-git-bot 2024-04-23 06:46:19 +00:00
  • dd6a7fa8a5 Merge PR #1072 into 15.0 OCA-git-bot 2024-04-23 06:40:29 +00:00
  • 5ad08b4a8a Update translation files Weblate 2024-04-21 00:35:01 +00:00
  • c7af3395a5 [BOT] post-merge updates OCA-git-bot 2024-04-20 22:26:14 +00:00
  • 0f7079b366 Merge PR #1074 into 17.0 OCA-git-bot 2024-04-20 22:22:31 +00:00
  • 80d18c35ee Update translation files Weblate 2024-04-19 15:10:50 +00:00
  • 03b32bfe4a [BOT] post-merge updates OCA-git-bot 2024-04-19 11:20:49 +00:00
  • 10c4529a2a [UPD] Update contract_queue_job.pot oca-ci 2024-04-19 11:17:16 +00:00
  • 28d6b55013 Merge PR #1077 into 16.0 OCA-git-bot 2024-04-19 11:13:59 +00:00
  • 0a4307b24e [MIG] contract_queue_job: Migration to 16.0 Luis Rodriguez 2024-04-18 17:24:58 +02:00
  • ffee4d580a [IMP] contract_queue_job: pre-commit auto fixes Luis Rodriguez 2024-04-18 15:25:03 +02:00
  • 6c6b51b71a Translated using Weblate (Spanish) Ivorra78 2023-12-19 13:07:44 +00:00
  • d2ee86d13b Added translation using Weblate (Spanish) Ivorra78 2023-12-19 11:09:12 +00:00
  • 8322ba9e70 [UPD] README.rst OCA-git-bot 2023-09-03 12:12:16 +00:00
  • 4b930c25df [UPD] README.rst OCA-git-bot 2023-04-18 09:46:31 +00:00
  • 9c5dd77e0a [UPD] Update contract_queue_job.pot oca-ci 2023-04-18 09:40:51 +00:00
  • 7191ec6db3 [MIG] contract_queue_job: Migration to 14.0 Yannis Burkhalter 2022-11-16 14:29:55 +01:00
  • bcf0e01f49 [IMP] contract_queue_job: black, isort, prettier Yannis Burkhalter 2022-11-16 14:15:13 +01:00