|
@@ -31,6 +31,22 @@ class EiruBaseConfiguration(models.TransientModel):
|
|
'Activar campos extras en el formulario de clientes.',
|
|
'Activar campos extras en el formulario de clientes.',
|
|
help="""Installs the partner_extra_data_basic module.""")
|
|
help="""Installs the partner_extra_data_basic module.""")
|
|
|
|
|
|
|
|
+ module_account_analytic_analysis = fields.Boolean(
|
|
|
|
+ 'Usar gestion de contratos para clientes.',
|
|
|
|
+ help="""Installs the account_analytic_analysis module.""")
|
|
|
|
+
|
|
|
|
+ module_contract_show_invoice = fields.Boolean(
|
|
|
|
+ 'Mostrar facturas generadas a partir de contratos de clientes.',
|
|
|
|
+ help="""Installs the contract_show_invoice module.""")
|
|
|
|
+
|
|
|
|
+ module_fields_security_contracts = fields.Boolean(
|
|
|
|
+ 'Ocultar campos no utilizados en el formulario de contratos.',
|
|
|
|
+ help="""Installs the fields_security_contracts module.""")
|
|
|
|
+
|
|
|
|
+ module_account_contract_recurring_total = fields.Boolean(
|
|
|
|
+ 'Mostrar el valor total del contrato.',
|
|
|
|
+ help="""Installs the account_contract_recurring_total module.""")
|
|
|
|
+
|
|
# Point of sale Sale
|
|
# Point of sale Sale
|
|
module_point_of_sale = fields.Boolean(
|
|
module_point_of_sale = fields.Boolean(
|
|
'Instalar Terminal de Punto de Ventas (TPV).',
|
|
'Instalar Terminal de Punto de Ventas (TPV).',
|
|
@@ -44,9 +60,9 @@ class EiruBaseConfiguration(models.TransientModel):
|
|
'Activar Multi-Sucursal para Terminal de Punto de Ventas (TPV)',
|
|
'Activar Multi-Sucursal para Terminal de Punto de Ventas (TPV)',
|
|
help="""Installs the multi_store_pos module.""")
|
|
help="""Installs the multi_store_pos module.""")
|
|
|
|
|
|
- module_pos_restaurant_table_managment = fields.Boolean(
|
|
|
|
|
|
+ module_pos_restaurant_table_management = fields.Boolean(
|
|
'Administrar salones y mesas.',
|
|
'Administrar salones y mesas.',
|
|
- help="""Installs the pos_restaurant_table_managment module.""")
|
|
|
|
|
|
+ help="""Installs the pos_restaurant_table_management module.""")
|
|
|
|
|
|
# Purchase
|
|
# Purchase
|
|
module_purchase = fields.Boolean(
|
|
module_purchase = fields.Boolean(
|
|
@@ -57,6 +73,14 @@ class EiruBaseConfiguration(models.TransientModel):
|
|
'Automatizar proceso de compras.',
|
|
'Automatizar proceso de compras.',
|
|
help="""Installs the purchase_fast_confirm module.""")
|
|
help="""Installs the purchase_fast_confirm module.""")
|
|
|
|
|
|
|
|
+ module_account_analytic_purchase_contract = fields.Boolean(
|
|
|
|
+ 'Usar gestion de contratos para proveedores.',
|
|
|
|
+ help="""Installs the account_analytic_purchase_contract module.""")
|
|
|
|
+
|
|
|
|
+ module_contract_show_supplier_invoice = fields.Boolean(
|
|
|
|
+ 'Mostrar facturas generadas a partir de contratos de proveedores.',
|
|
|
|
+ help="""Installs the contract_show_supplier_invoice module.""")
|
|
|
|
+
|
|
# Finanzas
|
|
# Finanzas
|
|
module_account_clean_cancelled_invoice_number = fields.Boolean(
|
|
module_account_clean_cancelled_invoice_number = fields.Boolean(
|
|
'Limpiar numero interno de una factura cancelada.',
|
|
'Limpiar numero interno de una factura cancelada.',
|
|
@@ -94,6 +118,10 @@ class EiruBaseConfiguration(models.TransientModel):
|
|
'Campos extra en el registro de moneda',
|
|
'Campos extra en el registro de moneda',
|
|
help="""Installs the currency_utility module.""")
|
|
help="""Installs the currency_utility module.""")
|
|
|
|
|
|
|
|
+ module_account_accountant = fields.Boolean(
|
|
|
|
+ 'Permisos administrativos para contabilidad.',
|
|
|
|
+ help="""Installs the account_accountant module.""")
|
|
|
|
+
|
|
|
|
|
|
# Informes & Dashboards
|
|
# Informes & Dashboards
|
|
module_account_bank_statement_print = fields.Boolean(
|
|
module_account_bank_statement_print = fields.Boolean(
|
|
@@ -109,23 +137,23 @@ class EiruBaseConfiguration(models.TransientModel):
|
|
help="""Installs the eiru_reporting_dashboard module.""")
|
|
help="""Installs the eiru_reporting_dashboard module.""")
|
|
|
|
|
|
module_eiru_kitchen_ticket = fields.Boolean(
|
|
module_eiru_kitchen_ticket = fields.Boolean(
|
|
- 'Generar ticket para la cocina (POS).',
|
|
|
|
|
|
+ 'Generar ticket para la cocina (TPV).',
|
|
help="""Installs the eiru_kitchen_ticket module.""")
|
|
help="""Installs the eiru_kitchen_ticket module.""")
|
|
|
|
|
|
module_eiru_legal_ticket = fields.Boolean(
|
|
module_eiru_legal_ticket = fields.Boolean(
|
|
- 'Generar ticket legal de ventas (POS).',
|
|
|
|
|
|
+ 'Generar ticket legal de ventas (TPV).',
|
|
help="""Installs the eiru_legal_ticket module.""")
|
|
help="""Installs the eiru_legal_ticket module.""")
|
|
|
|
|
|
module_eiru_small_ticket = fields.Boolean(
|
|
module_eiru_small_ticket = fields.Boolean(
|
|
- 'Generar ticket de ventas comprimido (POS).',
|
|
|
|
|
|
+ 'Generar ticket de ventas comprimido (TPV).',
|
|
help="""Installs the eiru_small_ticket module.""")
|
|
help="""Installs the eiru_small_ticket module.""")
|
|
|
|
|
|
module_eiru_ticket = fields.Boolean(
|
|
module_eiru_ticket = fields.Boolean(
|
|
- 'Generar ticket de ventas (POS).',
|
|
|
|
|
|
+ 'Generar ticket de ventas (TPV).',
|
|
help="""Installs the eiru_ticket module.""")
|
|
help="""Installs the eiru_ticket module.""")
|
|
|
|
|
|
module_eiru_bill_ticket = fields.Boolean(
|
|
module_eiru_bill_ticket = fields.Boolean(
|
|
- 'Permitir imprimir cuenta (POS).',
|
|
|
|
|
|
+ 'Permitir imprimir cuenta (TPV).',
|
|
help="""Installs the eiru_bill_ticket module.""")
|
|
help="""Installs the eiru_bill_ticket module.""")
|
|
|
|
|
|
# Stock
|
|
# Stock
|
|
@@ -159,7 +187,7 @@ class EiruBaseConfiguration(models.TransientModel):
|
|
help="""Installs the web_export_view module.""")
|
|
help="""Installs the web_export_view module.""")
|
|
|
|
|
|
module_group_menu_no_access = fields.Boolean(
|
|
module_group_menu_no_access = fields.Boolean(
|
|
- 'Restringir acceso a algunos menus del sistema.',
|
|
|
|
|
|
+ 'Permitir restringir acceso a algunos menus del sistema.',
|
|
help="""Installs the group_menu_no_access module.""")
|
|
help="""Installs the group_menu_no_access module.""")
|
|
|
|
|
|
module_multi_store = fields.Boolean(
|
|
module_multi_store = fields.Boolean(
|
|
@@ -183,15 +211,15 @@ class EiruBaseConfiguration(models.TransientModel):
|
|
help="""Installs the eiru_brand module.""")
|
|
help="""Installs the eiru_brand module.""")
|
|
|
|
|
|
module_web_window_title = fields.Boolean(
|
|
module_web_window_title = fields.Boolean(
|
|
- 'Cambiar el titulo de la pagina',
|
|
|
|
|
|
+ 'Cambiar el titulo de la pagina.',
|
|
help="""Installs the web_window_title module.""")
|
|
help="""Installs the web_window_title module.""")
|
|
|
|
|
|
module_stock_picking_back2draft = fields.Boolean(
|
|
module_stock_picking_back2draft = fields.Boolean(
|
|
- 'Cambiar al estado borrador una transferencia cancelada',
|
|
|
|
|
|
+ 'Cambiar al estado borrador una transferencia cancelada.',
|
|
help="""Installs the stock_picking_back2draft module.""")
|
|
help="""Installs the stock_picking_back2draft module.""")
|
|
|
|
|
|
module_sale_order_back2draft = fields.Boolean(
|
|
module_sale_order_back2draft = fields.Boolean(
|
|
- 'Cambiar al estado borrador una venta cancelada',
|
|
|
|
|
|
+ 'Cambiar al estado borrador una venta cancelada.',
|
|
help="""Installs the sale_order_back2draft module.""")
|
|
help="""Installs the sale_order_back2draft module.""")
|
|
|
|
|
|
module_fields_security = fields.Boolean(
|
|
module_fields_security = fields.Boolean(
|
|
@@ -199,11 +227,11 @@ class EiruBaseConfiguration(models.TransientModel):
|
|
help="""Installs the fields_security module.""")
|
|
help="""Installs the fields_security module.""")
|
|
|
|
|
|
module_smile_audit = fields.Boolean(
|
|
module_smile_audit = fields.Boolean(
|
|
- 'Activar Auditoria',
|
|
|
|
|
|
+ 'Activar Auditoria.',
|
|
help="""Installs the smile_audit module.""")
|
|
help="""Installs the smile_audit module.""")
|
|
|
|
|
|
module_eiru_num2word = fields.Boolean(
|
|
module_eiru_num2word = fields.Boolean(
|
|
- 'Convertir numeros en letras',
|
|
|
|
|
|
+ 'Convertir numeros en letras.',
|
|
help="""Installs the eiru_num2word module.""")
|
|
help="""Installs the eiru_num2word module.""")
|
|
|
|
|
|
# MRP
|
|
# MRP
|
|
@@ -217,29 +245,74 @@ class EiruBaseConfiguration(models.TransientModel):
|
|
|
|
|
|
# Products
|
|
# Products
|
|
module_product_pack = fields.Boolean(
|
|
module_product_pack = fields.Boolean(
|
|
- 'Activar paquete de productos',
|
|
|
|
|
|
+ 'Activar paquete de productos.',
|
|
help="""Installs the product_pack module.""")
|
|
help="""Installs the product_pack module.""")
|
|
|
|
|
|
module_product_pack_pos = fields.Boolean(
|
|
module_product_pack_pos = fields.Boolean(
|
|
- 'Activar paquete de productos en la terminal.',
|
|
|
|
|
|
+ 'Activar paquete de productos en ventas (TPV).',
|
|
help="""Installs the product_pack module.""")
|
|
help="""Installs the product_pack module.""")
|
|
|
|
|
|
module_product_variant_inactive = fields.Boolean(
|
|
module_product_variant_inactive = fields.Boolean(
|
|
- 'Activar y desactivar variantes de productos',
|
|
|
|
|
|
+ 'Activar y desactivar variantes de productos.',
|
|
help="""Installs the product_variant_inactive module.""")
|
|
help="""Installs the product_variant_inactive module.""")
|
|
|
|
|
|
module_product_variant_usability = fields.Boolean(
|
|
module_product_variant_usability = fields.Boolean(
|
|
- 'Administrar variantes desde la plantilla de productos',
|
|
|
|
|
|
+ 'Administrar variantes desde la plantilla de productos.',
|
|
help="""Installs the product_variant_usability module.""")
|
|
help="""Installs the product_variant_usability module.""")
|
|
|
|
|
|
module_product_variant_search_by_attribute = fields.Boolean(
|
|
module_product_variant_search_by_attribute = fields.Boolean(
|
|
- 'Buscar variantes de producto por atributos',
|
|
|
|
|
|
+ 'Buscar variantes de producto por atributos.',
|
|
help="""Installs the product_variant_search_by_attribute module.""")
|
|
help="""Installs the product_variant_search_by_attribute module.""")
|
|
|
|
|
|
module_product_uom_change_fix = fields.Boolean(
|
|
module_product_uom_change_fix = fields.Boolean(
|
|
- 'Cambiar unidad de medida del producto',
|
|
|
|
|
|
+ 'Cambiar unidad de medida del producto.',
|
|
help="""Installs the product_uom_change_fix module.""")
|
|
help="""Installs the product_uom_change_fix module.""")
|
|
|
|
|
|
module_product_pricelist_prices = fields.Boolean(
|
|
module_product_pricelist_prices = fields.Boolean(
|
|
'Administrar tarifas dentro de la plantilla de producto.',
|
|
'Administrar tarifas dentro de la plantilla de producto.',
|
|
- help="""Installs the product_uom_change_fix module.""")
|
|
|
|
|
|
+ help="""Installs the product_uom_change_fix module.""")
|
|
|
|
+
|
|
|
|
+ # Recursos Humanos
|
|
|
|
+ module_hr = fields.Boolean(
|
|
|
|
+ 'Administrar directorio de empleados.',
|
|
|
|
+ help="""Installs the hr module.""")
|
|
|
|
+
|
|
|
|
+ module_hr_timesheet = fields.Boolean(
|
|
|
|
+ 'Control de tiempo.',
|
|
|
|
+ help="""Installs the hr_timesheet module.""")
|
|
|
|
+
|
|
|
|
+ module_hr_payroll = fields.Boolean(
|
|
|
|
+ 'Administrar nominas de empleados.',
|
|
|
|
+ help="""Installs the hr_payroll module.""")
|
|
|
|
+
|
|
|
|
+ module_hr_payroll_account = fields.Boolean(
|
|
|
|
+ 'Enlazar nominas con el sistema contable.',
|
|
|
|
+ help="""Installs the hr_payroll_account module.""")
|
|
|
|
+
|
|
|
|
+ module_eiru_payslip_utility = fields.Boolean(
|
|
|
|
+ 'Administrar registro de adelantos y ausencias.',
|
|
|
|
+ help="""Installs the eiru_payslip_utility module.""")
|
|
|
|
+
|
|
|
|
+ module_fields_security_hr = fields.Boolean(
|
|
|
|
+ 'Ocultar campos no utilizados.',
|
|
|
|
+ help="""Installs the fields_security_hr module.""")
|
|
|
|
+
|
|
|
|
+ module_hr_payroll_cancel = fields.Boolean(
|
|
|
|
+ 'Permitir cancelar nominas.',
|
|
|
|
+ help="""Installs the hr_payroll_cancel module.""")
|
|
|
|
+
|
|
|
|
+ module_hr_payroll_paid = fields.Boolean(
|
|
|
|
+ 'Agregar el estado pagado en nominas.',
|
|
|
|
+ help="""Installs the hr_payroll_paid module.""")
|
|
|
|
+
|
|
|
|
+ module_job_position_menu = fields.Boolean(
|
|
|
|
+ 'Administrar puestos de trabajo.',
|
|
|
|
+ help="""Installs the job_position_menu module.""")
|
|
|
|
+
|
|
|
|
+ module_eiru_payslip_payments = fields.Boolean(
|
|
|
|
+ 'Permitir pagar nominas desde el modulo de RRHH.',
|
|
|
|
+ help="""Installs the eiru_payslip_payments module.""")
|
|
|
|
+
|
|
|
|
+ module_eiru_payslip_generator = fields.Boolean(
|
|
|
|
+ 'Automatizar proceso de generacion de nominas.',
|
|
|
|
+ help="""Installs the eiru_payslip_generator module.""")
|