"Migrate to git [SKIP CI]"

This commit is contained in:
Sergio Morillo 2020-02-11 13:48:07 +01:00
parent 779e43194f
commit 83513791bb
7 changed files with 9 additions and 9 deletions

View File

@ -56,7 +56,7 @@ class SaleApp(TrytonApp):
def build_config(self, config):
config.setdefaults('Settings', {
'server': 'tryton.datalife.com.es',
'server': 'tryton.datalifeit.es',
'port': 8050,
'database': 'trytontest_saleapk',
'uid': 'dev1',

View File

@ -48,4 +48,4 @@ path = core_modules
[sale_repl_rs]
path = modules
url = http://hg@bitbucket.org/datalife_sco/trytond-sale_repl_rs
url = http://hg@gitlab.com/datalifeit/trytond-sale_repl_rs

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: sale 1.0\n"
"Report-Msgid-Bugs-To: info@datalife.com.es\n"
"Report-Msgid-Bugs-To: info@datalifeit.es\n"
"POT-Creation-Date: 2018-06-22 15:33+0200\n"
"PO-Revision-Date: 2017-04-20 09:37+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: sale 1.0\n"
"Report-Msgid-Bugs-To: info@datalife.com.es\n"
"Report-Msgid-Bugs-To: info@datalifeit.es\n"
"POT-Creation-Date: 2018-06-22 15:33+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"

View File

@ -3,9 +3,9 @@ repl_interval = 60
uid = dev1
database = trytontest_saleapk
load_employees = True
server = tryton.datalife.com.es
server = tryton.datalifeit.es
pwd = device1
port = 8050
secondary_server = tryton.datalife.com.es
secondary_server = tryton.datalifeit.es
secondary_port = 8050

View File

@ -14,7 +14,7 @@ orientation=sensor
[extract_messages]
copyright_holder = Tryvy Sale
msgid_bugs_address = info@datalife.com.es
msgid_bugs_address = info@datalifeit.es
output_file = sale/data/locale/sale.pot
keywords = _, gettext

View File

@ -120,8 +120,8 @@ setup(name='sale',
description='The Tryvy Sale app',
long_description=read('README.md'),
author='Datalife S.Coop.',
author_email='info@datalife.com.es',
url='https://bitbucket.org/datalife_sco/tryvy-sale',
author_email='info@datalifeit.es',
url='https://gitlab.com/datalifeit/tryvy-sale',
license='GPL-3',
options=options,
packages=['sale'],