~vauxoo/addons-vauxoo/7.0-fix_imports_afr_webkit_mrp_workorder_lot_for_odoo_dev_jorge

« back to all changes in this revision

Viewing changes to hr_payslip_validation_home_address/__openerp__.py

[ADD][hr_payslip_validation_home_address]add module that adds validation to the home address of the employee in payroll

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# -*- encoding: utf-8 -*-
 
2
#
 
3
#    Module Writen to OpenERP, Open Source Management Solution
 
4
#
 
5
#    Copyright (c) 2014 Vauxoo - http://www.vauxoo.com/
 
6
#    All Rights Reserved.
 
7
#    info Vauxoo (info@vauxoo.com)
 
8
#
 
9
#    Coded by: vauxoo consultores (info@vauxoo.com)
 
10
#
 
11
#
 
12
#    This program is free software: you can redistribute it and/or modify
 
13
#    it under the terms of the GNU Affero General Public License as
 
14
#    published by the Free Software Foundation, either version 3 of the
 
15
#    License, or (at your option) any later version.
 
16
#
 
17
#    This program is distributed in the hope that it will be useful,
 
18
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
 
19
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
20
#    GNU Affero General Public License for more details.
 
21
#
 
22
#    You should have received a copy of the GNU Affero General Public License
 
23
#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
24
#
 
25
#
 
26
 
 
27
{
 
28
    "name": "Hr Payroll Home Address Validation",
 
29
    "version": "1.0",
 
30
    "author": "Vauxoo",
 
31
    "category": "Localization/Mexico",
 
32
    "description" : """
 
33
    This module adds validation for the field home_address of the employee in payroll
 
34
    Just have to install the module, not to do any configuration.
 
35
    This field home_address is found in form view HR / Payroll Employee / Employee_id 
 
36
    in "Personal Information" tab If the field home_address is empty you can not confirm 
 
37
    that employee's payroll and will see the message that the employee needs to have a 
 
38
    home address, otherwise if may confirm the payroll.
 
39
    """,
 
40
    "website": "http://www.vauxoo.com/",
 
41
    "license": "AGPL-3",
 
42
    "depends": [
 
43
        "hr_payroll",
 
44
        "hr_payroll_account"
 
45
    ],
 
46
    "data": [
 
47
    ],
 
48
    "test": [],
 
49
    "installable": True,
 
50
    "active": False,
 
51
}