Commits on Source (25)
-
Juan Miguel Sánchez Arce authored
Part-of: odoo/odoo#137603
70bc7896 -
Juan Miguel Sánchez Arce authored
Part-of: odoo/odoo#137603
55bcb21c -
Juan Miguel Sánchez Arce authored
Part-of: odoo/odoo#137603
f6044886 -
Juan Miguel Sánchez Arce authored
Part-of: odoo/odoo#137603
a8ab313b -
Juan Miguel Sánchez Arce authored
Part-of: odoo/odoo#137603
f6cc72ed -
Juan Miguel Sánchez Arce authored
Part-of: odoo/odoo#137603
4f401517 -
Juan Miguel Sánchez Arce authored
closes odoo/odoo#137603 Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
a6777c22 -
Mahamadasif Ansari authored
Currently, an error occurs when the user follows the below steps and tries to run cron "Maintenance: generate preventive maintenance requests" Steps: - Open maintenance > Configuration > Maintenence Teams - Create new team e.g. "ABC" - Go to Equipments and create new equipemnt - Set 1 "Preventive Maintenance Frequency" from maintenance page - Select "ABC" in Maintenance Team >> save it - Delete Maintenence Team "ABC" This commit solves the above issue by restricting the deletion of maintenance teams who are related to equipment. sentry-4467657509 closes odoo/odoo#135780 Signed-off-by: Tiffany Chang (tic) <tic@odoo.com>
9e4aa20c -
OCA Git Bot authored155f2848
-
Odoo Translation Bot authored35cf645a
-
OCA Git Bot authored4a7e66ab
-
Arnaud Joset authored
The commit https://github.com/odoo/odoo/commit/160e8bfbf72a3e5d7cc8d8cbe7bc4f310f298baa introduced a way to update the useragent used to request openstreetmap nominatim service. It was introduced as a bad fix to prevent an erroneous blacklist from the service. Once the blacklist has been removed, this fix was not necessary anymore. It also allows to abuse the free service which is against the osmfoundation policy. The best solution would be to decrease the amount of request. The Google Place Map service is also available to avoid using the openstreetmap service with large database. closes odoo/odoo#137886 Signed-off-by: Arnaud Joset (arj) <arj@odoo.com>
2726d272 -
Pierre Paridans authored
This commit is a backport of odoo/odoo@f065276a4611ddad67fd3d200fc131f2e30907b5 Before chrome 116, programmatic clicks on disabled buttons weren't actually fired. With chrome 116, they are. As a consequence, some tests fails on chrome 116 because they click (on purpose) on disabled button to highlight the fact that nothing happens. This commit improves the click helper to make it throw an error when the target is disabled. It also adapts the tests that were clicking on disabled button, in general to simply assert that the button is disabled instead. closes odoo/odoo#137901 Related: odoo/enterprise#48559 Signed-off-by: Romeo Fragomeli (rfr) <rfr@odoo.com> Co-authored-by: Aaron Bohy <aab@odoo.com>
cf8ff0da -
Louis Baudoux authored
When buying credits through the "Buy credits" widget of the Settings app, it would sometimes let you buy credits for an IAP account of a different company than the active company. This happened because the context was missing in the request to `get_credits_url`. Task #3266189 Ticket #3248662 closes odoo/odoo#137562 Signed-off-by: Francois Georis (fge) <fge@odoo.com>
551bf83f -
Pedro M. Baeza authored
There's no reason to forbid the duplication of leaves that are refused or cancelled, as the overlap check are excluding them. This way, we allow an exit flow for users with "Time Off / All approver" group, as once the holiday is refused, they can't back it to draft (only administrators can do it). A usual need for these intermediates users with people in their charge is to modify the leaves to extend or shorten the initial asked period (for example, more/less paid time-off due to varying workloads, or extended period by long disease). Thus, they can duplicate the leave and use it as base for the new period, only changing the end date without having to input all data. TT44801 closes odoo/odoo#133541 Signed-off-by: Sofie Gvaladze (sgv) <sgv@odoo.com>
ed8d8222 -
gera-odoo authored
In accordance to the newest version of the UNECE, the term KTM is deprecated and replaced with KMT, which causes issues in the xml files. Reference: https://unece.org/trade/uncefact/cl-recommendations owp-3508745 closes odoo/odoo#136741 Signed-off-by: Florian Gilbert (flg) <flg@odoo.com>
1c7aea63 -
OCA Git Bot authored52f232da
-
Michal Kolodziej authored
closes odoo/odoo#138070 Signed-off-by: Martin Trigaux (mat) <mat@odoo.com>
290d1551 -
OCA Git Bot authoredcc8dd107
-
Mahamadasif Ansari authored
Currently, when the user enters a value of `VAT` like '/' or any single character, an error occurs. Error: "IndexError: string index out of range" This is because the recently applied PR [1] added a Line [1] that tries to access the second digit of VAT, but the user added only one character. This commit fixes the above issue by accessing the second character when the length of the VAT is more than one character. PR [1]-https://github.com/odoo/odoo/pull/136146 Line [1]-https://github.com/odoo/odoo/blob/422625615b2f6708667fa44d2a9e83ad3e66e5af/addons/base_vat/models/res_partner.py#L92 sentry-4524865338 closes odoo/odoo#137649 Signed-off-by: Olivier Colson (oco) <oco@odoo.com>
57f59f20 -
OCA Git Bot authored727df70c
-
Valeriya(vchu) authored
steps to reproduce: 1) create promotion with min amount that should give 4 free products 2) add many cheap products (like 100 products for 1,99) 3) apply promocode the promo applies only 2 free products instead of 4. with this commit the calculation of free product quantity is fixed. opw-3288665 closes odoo/odoo#136814 Signed-off-by: Valeriya Chuprina (vchu) <vchu@odoo.com>
2a8d72e0 -
Anita (anko) authored
Remove TIN from Billing Address view as it's not supported. task-3283179 closes odoo/odoo#137823 Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
3fedfb0a -
Anita (anko) authored
Remove TIN from pot file. task-3218286 closes odoo/odoo#138648 Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
e842637a -
OCA Git Bot authored02a06c26