hr-expense icon indicating copy to clipboard operation
hr-expense copied to clipboard

Human Resources Expenses OCA modules for Odoo

Results 38 hr-expense issues
Sort by recently updated
recently updated
newest added

This PR delete code invisible analytic. I can't remember why we invisible analytic in advance? What do you think? @kittiu

- Refactor code for support odoo17

Support Multi-Company What's new? - Add field and rule on petty cash menu ![Selection_011](https://github.com/OCA/hr-expense/assets/20896369/88a40a7a-fa9f-4bd7-b0c1-ce189d3014ba) - change domain account and journal in petty cash must be depend on company - change...

This module change field type following core odoo from `fields.Text` to `fields.Binary` and reused some method from move. In method `action_open_business_doc()` and `js_remove_outstanding_partial()` when we do it in expense sheet,...

In version16, Field amount tax is already on core. This module will allow to edit tax when check Adj. in expense ![Selection_002](https://github.com/OCA/hr-expense/assets/20896369/acbbf917-d2f2-4c02-bb18-4012528eae23) When check Adj., you can adjust tax to...

Two fixes: 1. The "amount_total" field now reflects the total of the invoice including taxes, so we have to use "untaxed_amount". 2. If changing any data in the linked vendor...

This pull request contains changes to replace 'Camptocamp SA' with 'Camptocamp' in __manifest__.py files for branch 15.0.

approved
ready to merge