You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Houssine BAKKALI a6ce347b46 [ADD] add module activating technical feature 7 years ago
admin_technical_features [ADD] add module activating technical feature 7 years ago
beesdoo_account S0041 : add date_invoice as required in vendor bills view 8 years ago
beesdoo_base [TASK 0044_b] Gestion des shifts : visualiser le créneau sur la fiche du membre régulier + [ADD] Tab worker information for all information linked with the work in the cooperative + [ADD] share type for beescoop + [ADD] Specific module that make the link between beesdoo and easy_my_coop : compute the share_type base on the share bought 7 years ago
beesdoo_coda [ADD] translation file for each individual module 8 years ago
beesdoo_crelan_csv [FIX] Import crelan use user lang to convert str balance to float 7 years ago
beesdoo_easy_my_coop [TASK 0044_b] Gestion des shifts : visualiser le créneau sur la fiche du membre régulier + [ADD] Tab worker information for all information linked with the work in the cooperative + [ADD] share type for beescoop + [ADD] Specific module that make the link between beesdoo and easy_my_coop : compute the share_type base on the share bought 7 years ago
beesdoo_inventory [S0046] 0046 - Faciliter la réception de marchandises: Add a button to copy all qty in done column at reception 7 years ago
beesdoo_pos [FIX] Duplicate coin value in order to not forget set coin value 7 years ago
beesdoo_product [FIX] Button should take two column 7 years ago
beesdoo_project [ADD] translation file for each individual module 8 years ago
beesdoo_purchase [FIX] xpath in beesdoo_purchase 7 years ago
beesdoo_report [FIX] Warning on runbot 7 years ago
beesdoo_shift [TASK 0044_b] Gestion des shifts : visualiser le créneau sur la fiche du membre régulier + [ADD] Tab worker information for all information linked with the work in the cooperative + [ADD] share type for beescoop + [ADD] Specific module that make the link between beesdoo and easy_my_coop : compute the share_type base on the share bought 7 years ago
mass_editing [ADD] Mass editing module 7 years ago
pos_access_right [CLEAN] Remove pyc file and fix the compute field 7 years ago
pos_keyboard [ADD] pos_keyboard module from https://github.com/yelizariev/pos-addons 8 years ago
web_environment_ribbon [ADD] OCA env ribbon + [FIX] for v9 8 years ago
.gitignore [INIT][SPEC1001] First module task modification 9 years ago
README.md [ADD] add info in readme 8 years ago
requirement.txt [ADD] add requirement.txt for non standard python dependencies 8 years ago

README.md

Obeesdoo

Specific module for the Beescoop

Migrate barcode

insert into member_card (active, barcode, partner_id, responsible_id, activation_date) select 't', barcode, id, 1, '2016-01-01' from res_partner where barcode is not null;
update res_partner set eater = 'worker_eater' where barcode is not null;