OCA / rma

Odoo for Return Merchandise Authorization (RMA)
GNU Affero General Public License v3.0
78 stars 206 forks source link

[14.0][ADD] rma_employee #393

Open FrankC013 opened 3 months ago

FrankC013 commented 3 months ago

Creation of a new module to add the employee field within the RMA model

FrankC013 commented 3 months ago

@eantones Please review!

pedrobaeza commented 3 months ago

Which is the goal of using employees instead of users? Isn't this module a bit stripped without no extra features except the field?

FrankC013 commented 3 months ago

The objective of this module is to allow the user to assign an RMA to an employee. It's a purely informational field. It's created in a separate module to avoid the installation of HR when someone installs the RMA.

pedrobaeza commented 3 months ago

But I insist: why not assigning a user instead?