Augusto Murri
Augusto Murri
I setup a clean Debian 10 vps, launch the setup script and all is correctly installed I can't get the /odoo/custom/addons folder to work Odoo Enterprise This is the /etc/odoo-server.conf...
**Main entity Conferimenti.php** /** * Conferimenti * * @ORM\Table(name="conferimenti") * @ORM\Entity(repositoryClass="App\Repository\ConferimentiRepository") */ class Conferimenti { /** * @var int * * @ORM\Column(name="id", type="bigint", nullable=false) * @ORM\Id * @ORM\GeneratedValue(strategy="SEQUENCE") * @ORM\SequenceGenerator(sequenceName="conferimenti_id_seq",...
I have a little difficulty in fixing the "Add to cart" block in the footer ONLY on mobile and ONLY after having scrolled its position. Anyone can advise me how...
I am trying to update /home/backuppc/.msmtprc using my gmail credential wth success, anyone can help me? thanks this is my docker-compose.yml ` version: '3.7' services: backuppc-app: image: tiredofit/backuppc container_name: backuppc-app...