-
python3-trytond-edocument-uncefact-7.6.0-1.lbn36.noarch
Implement electronic document from UN/CEFACT:
Cross-Industry-Invoice (16B-CII)
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-trytond-factories-7.4.2-1.lbn36.noarch
Trytond-factories
Trytond-factories is a factory_trytond extension which uses factory_boy that allows to create Tryton ERP models with factories.
You can inherit ERP's core model factories to do some testing or to populate databases with some sample data.
How does it work?
Import this module and you will be able to create objects such as Company, Party, etc.
Here's an example with Tryton's model Company:
import trytond_factories
company = trytond_factories.Company.create(party__name='Example Company')
print(company)
>>> Pool().get('company.company')(1)
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-trytond-gis-7.6.0-1.lbn36.noarch
It adds GIS support to Tryton.
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-trytond-google-maps-7.6.0-1.lbn36.noarch
Google Maps Module The Google Maps module add a new URL field on the party
addresses. This link open the Google Maps page on the default browser with the
map centered on the selected address.
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-trytond-incoterm-7.6.0-1.lbn36.noarch
This Incoterm Model is used to manage the Incoterms on sales, purchases and shipments.
The module contains the Incoterm versions of 2010 and 2020.
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-trytond-ldap-authentication-7.6.0-1.lbn36.noarch
LDAP Authentication Module The LDAP authentication module allows to
authenticate users via a LDAP server.The configuration of the LDAP connection
is set in the ldap_authentication To be activated, the ldap method must be
added to the authentications methods list of the session section of the
configuration.Configuration *************uri The LDAP URL to use to connect to
the server following the...
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-trytond-marketing-7.6.0-1.lbn36.noarch
The marketing module defines the fundamentals for marketing modules.
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-trytond-marketing-automation-7.6.0-1.lbn36.noarch
The marketing_automation module allows marketing actions to be automated. It is
based on scenarios and activities that are executed on selected records.
Scenario
A scenario provides the entry point for records into an automated marketing
campaign. Each record can only enter a scenario once. A scenario is defined by:
Name
Model: the type of record for the scenario (by default Party and Sale)
Domain: used to filter records
State:
Draft
Running
Stopped
A cron task runs periodically to find new records to apply the scenario to.
Activity
The activities form a scenario. They define which action should be triggered
and when it should happen. The activities are organized as a tree and defined
by:
Name
Parent
Children
On: event from the parent that triggers the activity:
E-Mail Opened
E-Mail Not Opened
E-Mail Clicked
E-Mail Not Clicked
Condition: that the record must match to execute the activity
Delay: before the action is executed
Action: list of available actions
Action
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-trytond-marketing-campaign-7.6.0-1.lbn36.noarch
The Marketing Campaign Module helps collecting data about marketing campaigns.
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-trytond-marketing-email-7.6.0-1.lbn36.noarch
The marketing_email module manages mailing lists.
Mailing List
A mailing list groups emails under a name and a language
Email
It stores emails for a mailing list and provides links to the related party or
web user.
Two actions are available:
Request Subscribe which sends an e-mail to confirm the subscription to a
list.
Request Unsubscribe which sends an e-mail to confirm the unsubscription of
an email address from the list.
Message
It stores a message to send to all e-mails addresses on a list. A message is
defined by:
From: the address from which the message is sent.
List: the list of addresses to send the message to.
Title
Content
State:
Draft
Sending
Sent
A wizard is available that sends a message to a unique e-mail address from the
list for test purposes.
Configuration
The marketing_email module uses parameters from the section:
[marketing]:
email_from: The default From for the e-mails that get sent.
email_subscribe_url: the URL to confirm the subscription to w
Located in
LBN
/
…
/
Business
/
BastionLinux 36