-
-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[12.0][ADD] add fleet_vehicle_stock #59
Conversation
a9da20c
to
c29f228
Compare
8b80cbb
to
696b737
Compare
@OCA/fleet-maintainers if anyone can review I appreciate it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a quick code review
d790654
to
4bed7e0
Compare
4bed7e0
to
2c11138
Compare
@mamcode @brian10048 @mymage can you review this PR please :)? it was based on the fieldservice_equipment_stock module. https://github.com/OCA/field-service/tree/12.0/fieldservice_equipment_stock |
ping @mamcode @mymage @brian10048 |
19ba828
to
9b66717
Compare
9b66717
to
e4247d9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
/ocabot merge nobump |
This PR looks fantastic, let's merge it! |
This PR has the |
It looks like something changed on |
Congratulations, your PR was merged at 6a2a8ab. Thanks a lot for contributing to OCA. ❤️ |
This module is an add-on for the Fleet application in Odoo. It allows you to track your Fleet Vehicles in stock moves.
Products can be automatically converted into Fleet Vehicle.
This is only available only for products tracked by serial number.
This needs to be enabled both on Operation Types and Products.
For example, we may want to create the Fleet Vehicle on Delivery,
or on Receipts.
To enable on Products:
"Tracking" is set to "By Unique Serial Number"
To enable on Operation Types:
"Create Fleet Vehicle" checkbox
cc @mamcode @ivantodorovich @mymage