Skip to content

Latest commit

 

History

History

member_card

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Member Card

Beta License: AGPL-3 beescoop/Obeesdoo

Create a member card and link it to a partner.

  • each member card has a barcode
  • create new cards in the "member card" tab of the partner form
  • use "Force Barcode" field to set a user defined barcode
  • the partner's card and barcode history is visible in the member card tab
  • the barcode of a partner is computed from the last active member card
  • a boolean "Print Member card?" allows to filter on partners for which you need to print new cards.
  • contains a generic template for the member card
  • the card template uses field member_card_logo rather than the company logo

The wizards "Request member card printing" and "Set member card as printed" allow to

Careful : this module overrides the barcodes already defined on the partners.

If point of sale is installed, the generated barcode matches customer pattern rule.

Table of contents

  • 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

Customer Barcodes

  • 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. It will also make it impossible to load data on that field.

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.

Do not contact contributors directly about support or help with technical issues.

  • BEES coop - Cellule IT
  • Coop IT Easy SC
  • BEES coop - Cellule IT
  • Coop IT Easy SC
  • Thibault François

This module is part of the beescoop/Obeesdoo project on GitHub.

You are welcome to contribute.