-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] fix rst syntax in readme fragments
- Loading branch information
Showing
4 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
- factor out wizards "request member card printing" and "set member card as printed" | ||
|
||
- it was used to request a batch of card to print but has no link to the actual template | ||
- use `barcodes_generator_abstract` from the OCA to generate barcodes | ||
- use ``barcodes_generator_abstract`` from the OCA to generate barcodes | ||
|
||
**Customer Barcodes** | ||
|
||
- odoo/base adds `barcode` field on `res.partner`. | ||
- member_card also adds `barcode` but defines it as computed and stored. | ||
- odoo/base adds ``barcode`` field on ``res.partner``. | ||
- member_card also adds ``barcode`` but defines it as computed and stored. | ||
|
||
On `member_card` install, odoo will compute the values for barcode field and **erase pre-existing values**. | ||
On ``member_card`` install, odoo will compute the values for barcode field and **erase pre-existing values**. | ||
It will also make it impossible to load data on that field. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters