LaOsaCoop/Odoo16#14 add pos_hide_partner_info
This commit is contained in:
parent
b34eaceda5
commit
cfcbbe197a
12 changed files with 691 additions and 0 deletions
28
pos_hide_partner_info/__manifest__.py
Normal file
28
pos_hide_partner_info/__manifest__.py
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# SPDX-FileCopyrightText: 2017 - 2020 BEES coop SCRLfs
|
||||
# SPDX-FileContributor: Elouan Lebars <elouan@coopiteasy.be>
|
||||
# SPDX-FileContributor: Rémy Taymans <remy@coopiteasy.be>
|
||||
# SPDX-FileContributor: Vincent Van Rossem <vincent@coopiteasy.be>
|
||||
# SPDX-FileContributor: Elise Dupont
|
||||
# SPDX-FileContributor: Thibault François
|
||||
# SPDX-FileContributor: Grégoire Leeuwerck
|
||||
# SPDX-FileContributor: Houssine Bakkali <houssine@coopiteasy.be>
|
||||
#
|
||||
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
{
|
||||
"name": "POS - Hide Partner Info",
|
||||
"summary": "Hide phone and address fields in PoS customer list",
|
||||
"version": "16.0.1.0.0",
|
||||
"category": "Point Of Sale",
|
||||
"website": "https://github.com/OCA/pos",
|
||||
"author": "BEES coop - Cellule IT, Coop IT Easy SC, Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"depends": [
|
||||
"point_of_sale",
|
||||
],
|
||||
"assets": {
|
||||
"point_of_sale.assets": [
|
||||
"pos_hide_partner_info/static/src/xml/**/*.xml",
|
||||
],
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue